* *added tests using testpropertysource * fix: using property for version in pom file * fix, added dependency with compile scope to build successfully on mvn clean install * * moved testpropertysource tests from spring-context-tests to spring-tests submodule * deleted submodule created for this article, since it was moved
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
- Running JUnit Tests in Parallel with Maven