Correct the documentation generated by the JUnit 5 sample
Closes gh-408
This commit is contained in:
committed by
Andy Wilkinson
parent
c5d8b2fe0e
commit
59311292ba
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user