| Package | Description |
|---|---|
| org.springframework.restdocs.mockmvc |
Core classes for using Spring REST Docs with Spring Test's MockMvc.
|
| Modifier and Type | Method and Description |
|---|---|
static MockMvcRestDocumentationConfigurer |
MockMvcRestDocumentation.documentationConfiguration(RestDocumentationContextProvider contextProvider)
Provides access to a
MockMvcConfigurer that can be used to configure a
MockMvc instance using the given contextProvider. |