* move security content from spring-security-rest-full * swagger update * move query language to new module * rename spring-security-rest-full to spring-rest-full * group persistence modules * group testing modules * try fix conflict
13 lines
486 B
Markdown
13 lines
486 B
Markdown
=========
|
|
|
|
## REST Testing and Examples
|
|
|
|
###The Course
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
### Relevant Articles:
|
|
- [Test a REST API with Java](http://www.baeldung.com/2011/10/13/integration-testing-a-rest-api/)
|
|
- [Introduction to WireMock](http://www.baeldung.com/introduction-to-wiremock)
|
|
- [REST API Testing with Cucumber](http://www.baeldung.com/cucumber-rest-api-testing)
|
|
- [Testing a REST API with JBehave](http://www.baeldung.com/jbehave-rest-testing)
|