From 4794354dd68fef4d05451696f8a6a7bde61d8a9f Mon Sep 17 00:00:00 2001 From: Ruslan Stelmachenko Date: Tue, 25 Apr 2017 08:40:38 +0300 Subject: [PATCH] Fix typo, add links to MockMvc and RestAssured docs (#274) The `RestAssured` framework was mistakenly named `RestEasy` in the documentation. --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 137d210f42..fb46ea0f0a 100644 --- a/README.adoc +++ b/README.adoc @@ -198,7 +198,8 @@ Spring Boot container if there is one. https://projects.spring.io/spring-restdocs[Spring RestDocs] can be used to generate documentation (e.g. in asciidoctor format) for an -HTTP API with Spring MockMvc or RestEasy. At the same time as you +HTTP API with https://docs.spring.io/spring/docs/current/spring-framework-reference/html/integration-testing.html#spring-mvc-test-framework[Spring MockMvc] +or http://rest-assured.io/[RestAssured]. At the same time as you generate documentation for your API, you can also generate WireMock stubs, by using Spring Cloud Contract WireMock. Just write your normal RestDocs test cases and use `@AutoConfigureRestDocs` to have stubs