b7355cbab0
* Added code for the migration from JUnit 4 to JUnit 5 * Add example for Rule migration support * Add fix to access modifiers to test methods * Remove wrong header * Add junit5-migration module and its code snippets * Add module configuration to pom * Remove test classes that were added for the migration from JUnit 4 to JUnit 5 article (moved under correct module)
Testing Modules
Relevant Articles:
- Quick Guide to BDDMockito
- AssertJ Exception Assertions
- Using Hamcrest Number Matchers
- Assertions in JUnit 4 and JUnit 5
- REST-assured with Groovy
- Hamcrest Bean Matchers
- Hamcrest Object Matchers
- Headers, Cookies and Parameters with REST-assured
- JSON Schema Validation with REST-assured
- Testing Callbacks with Mockito