2017-11-14 14:47:48 +02:00
|
|
|
|
|
|
|
## Testing Modules
|
|
|
|
|
2018-01-18 02:53:17 +06:00
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Quick Guide to BDDMockito](http://www.baeldung.com/bdd-mockito)
|
2018-04-11 11:33:18 +06: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 13:25:49 +06:00
|
|
|
- [Testing Callbacks with Mockito](http://www.baeldung.com/mockito-callbacks)
|
2018-09-07 16:56:13 +06:00
|
|
|
- [Running JUnit Tests in Parallel with Maven](https://www.baeldung.com/maven-junit-parallel-tests)
|
2018-12-06 22:57:24 +05:30
|
|
|
- [Gatling vs JMeter vs The Grinder: Comparing Load Test Tools](https://www.baeldung.com/gatling-jmeter-grinder-comparison)
|