2017-11-14 07:47:48 -05:00
|
|
|
|
|
|
|
## Testing Modules
|
|
|
|
|
2018-01-17 15:53:17 -05:00
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Quick Guide to BDDMockito](http://www.baeldung.com/bdd-mockito)
|
2018-04-11 01:33:18 -04:00
|
|
|
- [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)
|
2018-07-06 03:25:49 -04:00
|
|
|
- [Testing Callbacks with Mockito](http://www.baeldung.com/mockito-callbacks)
|