| Package | Description |
|---|---|
| org.springframework.restdocs.restassured3 |
Core classes for using Spring REST Docs with REST Assured 3.
|
| Modifier and Type | Method and Description |
|---|---|
RestDocumentationFilter |
RestDocumentationFilter.document(Snippet... snippets)
Creates a new
RestDocumentationFilter that will produce documentation using
the given snippets. |
static RestDocumentationFilter |
RestAssuredRestDocumentation.document(java.lang.String identifier,
OperationRequestPreprocessor requestPreprocessor,
OperationResponsePreprocessor responsePreprocessor,
Snippet... snippets)
Documents the API call with the given
identifier using the given
snippets in addition to any default snippets. |
static RestDocumentationFilter |
RestAssuredRestDocumentation.document(java.lang.String identifier,
OperationRequestPreprocessor requestPreprocessor,
Snippet... snippets)
Documents the API call with the given
identifier using the given
snippets in addition to any default snippets. |
static RestDocumentationFilter |
RestAssuredRestDocumentation.document(java.lang.String identifier,
OperationResponsePreprocessor responsePreprocessor,
Snippet... snippets)
Documents the API call with the given
identifier using the given
snippets in addition to any default snippets. |
static RestDocumentationFilter |
RestAssuredRestDocumentation.document(java.lang.String identifier,
Snippet... snippets)
Documents the API call with the given
identifier using the given
snippets. |