Files
spring-restdocs/rest-notes-spring-data-rest
Rob Winch ff7119ec54 RestDocumentationResultActions->RestDocumentationResultHandler
Previously documentation was handled by using a ResultActions
implementation that had custom methods added to it.

Now documentation is handled using a ResultHandler. This has a few
advantages:

- Fit better with the MockMvc programming model. This is similar to
  andDo(print())
- Support for using alwaysDo
2014-11-17 12:28:11 -06:00
..
2014-10-08 14:04:52 +01:00
2014-10-08 14:04:52 +01:00
2014-10-08 14:04:52 +01:00
2014-10-08 14:04:52 +01:00