Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 300 Bytes

Java7Koans

Open the project (maven) and run the tests in Lesson1RequireNotNull.java

Steps:

  1. Run test (failing)
  2. Read error message
  3. Change ___ to fix tests
  4. Run test (passing)
  5. Read the lines of code to understand test
  6. State something you learned.

continue to next test and repeat.