A collection of developer/unit tests illustrating various techniques that can help improve test code quality. Focuses on techniques, libraries and practices that improve readability and maintainability.
Makes use of the following assertion/matcher libraries:
- Hamcrest
- FEST Assert
Makes use of the following Test Isolation frameworks:
- Mockito
Gives examples of the following test code patterns
- Object Mother
- Test Data Builder