程序包 org.springframework.boot.test.autoconfigure.restdocs
Auto-configuration for tests using Spring REST Docs.
接口概要 接口 说明 RestDocsMockMvcConfigurationCustomizer A customizer forMockMvcRestDocumentationConfigurer.RestDocsRestAssuredConfigurationCustomizer A customizer forRestAssuredRestDocumentationConfigurer.RestDocsWebTestClientConfigurationCustomizer A customizer forWebTestClientRestDocumentationConfigurer.类概要 类 说明 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.注释类型概要 注释类型 说明 AutoConfigureRestDocs Annotation that can be applied to a test class to enable and configure auto-configuration of Spring REST Docs.