Merge pull request #408 from Johnny Lim

* gh-408:
  Correct the documentation generated by the JUnit 5 sample
This commit is contained in:
Andy Wilkinson
2017-06-29 12:32:13 +01:00

View File

@@ -1,12 +1,12 @@
= Spring REST Docs TestNG Sample
= Spring REST Docs JUnit 5 Sample
Andy Wilkinson;
:doctype: book
:icons: font
:source-highlighter: highlightjs
Sample application demonstrating how to use Spring REST Docs with TestNG.
Sample application demonstrating how to use Spring REST Docs with JUnit 5.
`SampleTestNgApplicationTests` makes a call to a very simple service and produces three
`SampleJUnit5ApplicationTests` makes a call to a very simple service and produces three
documentation snippets.
One showing how to make a request using cURL:
@@ -19,4 +19,4 @@ include::{snippets}/sample/http-request.adoc[]
And one showing the HTTP response:
include::{snippets}/sample/http-response.adoc[]
include::{snippets}/sample/http-response.adoc[]