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