diff --git a/samples/junit5/src/docs/asciidoc/index.adoc b/samples/junit5/src/docs/asciidoc/index.adoc index ea8b47e4..68e690a9 100644 --- a/samples/junit5/src/docs/asciidoc/index.adoc +++ b/samples/junit5/src/docs/asciidoc/index.adoc @@ -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[] \ No newline at end of file +include::{snippets}/sample/http-response.adoc[]