Slide 27
Slide 27 text
Tests or it didn’t happen
● Unit tests are a must if you change the code
○ JUnit, AssertJ, Mockito, Spring Test support
● Bug: add a test that reproduces the problem
○ Check out the contributors resources
● New feature: a substantial set of tests is expected
○ Check the existing unit tests for similar/related functionalities