java-tutorials/testing-modules/README.md

16 lines
880 B
Markdown
Raw Normal View History

## Testing Modules
### Relevant Articles:
- [Quick Guide to BDDMockito](http://www.baeldung.com/bdd-mockito)
- [AssertJ Exception Assertions](http://www.baeldung.com/assertj-exception-assertion)
- [Using Hamcrest Number Matchers](http://www.baeldung.com/hamcrest-number-matchers)
- [Assertions in JUnit 4 and JUnit 5](http://www.baeldung.com/junit-assertions)
- [REST-assured with Groovy](http://www.baeldung.com/rest-assured-groovy)
- [Hamcrest Bean Matchers](http://www.baeldung.com/hamcrest-bean-matchers)
- [Hamcrest Object Matchers](http://www.baeldung.com/hamcrest-object-matchers)
- [Headers, Cookies and Parameters with REST-assured](http://www.baeldung.com/rest-assured-header-cookie-parameter)
- [JSON Schema Validation with REST-assured](http://www.baeldung.com/rest-assured-json-schema)
- [Testing Callbacks with Mockito](http://www.baeldung.com/mockito-callbacks)