Add a sample demonstrating how to use REST Assured

Closes gh-198
This commit is contained in:
Andy Wilkinson
2016-02-15 17:12:16 +00:00
parent 7e2a3dcd18
commit c8ecd25591
11 changed files with 489 additions and 14 deletions

View File

@@ -4,8 +4,9 @@ Andy Wilkinson;
:icons: font
:source-highlighter: highlightjs
This sample application demonstrates how to use Spring REST Docs with TestNG.
`SampleTestNgApplication` makes a call to a very simple service and produces three
Sample application demonstrating how to use Spring REST Docs with TestNG.
`SampleTestNgApplicationTests` makes a call to a very simple service and produces three
documentation snippets.
One showing how to make a request using cURL: