Uses of Class
org.springframework.restdocs.restassured.RestAssuredRestDocumentationConfigurer
Packages that use RestAssuredRestDocumentationConfigurer
Package
Description
Core classes for using Spring REST Docs with REST Assured.
-
Uses of RestAssuredRestDocumentationConfigurer in org.springframework.restdocs.restassured
Methods in org.springframework.restdocs.restassured that return RestAssuredRestDocumentationConfigurerModifier and TypeMethodDescriptionRestAssuredRestDocumentation.documentationConfiguration
(RestDocumentationContextProvider contextProvider) Provides access to aRestAssuredRestDocumentationConfigurer
that can be used to configure Spring REST Docs using the givencontextProvider
.