-
Notifications
You must be signed in to change notification settings - Fork 737
Spring REST Docs 1.1 Release Notes
Andy Wilkinson edited this page Feb 9, 2016
·
3 revisions
Support for REST Assured has been added along side the existing support for Spring Test’s MockMvc. Support for REST Assured allows Spring REST Docs to be used to document any API that is accessible via HTTP, not just those that have been implemented using Spring MVC.
Spring REST Docs can now be configured to generate Markdown snippets. This can be particularly useful in combination with a Markdown-based documentation library such as Slate.
1.1 introduces ManualRestDocumentation
which can be used in any test framework that does not support JUnit rules.
ManualRestDocumentation
provides two methods, beforeTest
and afterTest
, that must be called for each test.