Open the project (maven) and run the tests in Lesson1RequireNotNull.java
Steps:
- Run test (failing)
- Read error message
- Change ___ to fix tests
- Run test (passing)
- Read the lines of code to understand test
- State something you learned.
continue to next test and repeat.