Package org.springframework.boot.test.autoconfigure.restdocs
Auto-configuration for tests using Spring REST Docs.
Interface Summary Interface Description RestDocsMockMvcConfigurationCustomizer A customizer forMockMvcRestDocumentationConfigurer.RestDocsRestAssuredConfigurationCustomizer A customizer forRestAssuredRestDocumentationConfigurer.RestDocsWebTestClientConfigurationCustomizer A customizer forWebTestClientRestDocumentationConfigurer.Class Summary Class Description RestDocsAutoConfiguration Auto-configurationfor Spring REST Docs.RestDocsProperties Configuration properties for Spring REST Docs.RestDocsTestExecutionListener ATestExecutionListenerfor Spring REST Docs that removes the need for a@Rulewhen using JUnit or manual before and after test calls when using TestNG.Annotation Types Summary Annotation Type Description AutoConfigureRestDocs Annotation that can be applied to a test class to enable and configure auto-configuration of Spring REST Docs.