JUnit rules and testing related helper classes. Aligned to ease common tasks like verification of exceptional flow, assertion of equality, and the like.

This section is work in progress

Related Posts:

Clean JUnit Throwable-Tests with Java 8 Lambdas
A JUnit Rule to Run a Test in Its Own Thread
A JUnit Rule to Conditionally Ignore Tests
How do you test equals and hashCode?