文件名称: spring-boot-test-autoconfigure-2.0.6.RELEASE.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-autoconfigure</artifactId>
<version>2.0.6.RELEASE</version>
</dependency>Gradle:
implementation group: 'org.springframework.boot', name: 'spring-boot-test-autoconfigure', version: '2.0.6.RELEASE'
Gradle (Short):
implementation 'org.springframework.boot:spring-boot-test-autoconfigure:2.0.6.RELEASE'
Gradle (Kotlin):
implementation("org.springframework.boot:spring-boot-test-autoconfigure:2.0.6.RELEASE")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.boot.test.autoconfigure
org.springframework.boot.test.autoconfigure.core
org.springframework.boot.test.autoconfigure.data.ldap
org.springframework.boot.test.autoconfigure.data.mongo
org.springframework.boot.test.autoconfigure.data.neo4j
org.springframework.boot.test.autoconfigure.data.redis
org.springframework.boot.test.autoconfigure.filter
org.springframework.boot.test.autoconfigure.jdbc
org.springframework.boot.test.autoconfigure.jooq
org.springframework.boot.test.autoconfigure.json
org.springframework.boot.test.autoconfigure.orm.jpa
org.springframework.boot.test.autoconfigure.properties
org.springframework.boot.test.autoconfigure.restdocs
org.springframework.boot.test.autoconfigure.web.client
org.springframework.boot.test.autoconfigure.web.reactive
org.springframework.boot.test.autoconfigure.web.servletorg.springframework.boot.test.autoconfigure.OverrideAutoConfiguration
org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
org.springframework.boot.test.autoconfigure.core.AutoConfigureCache
org.springframework.boot.test.autoconfigure.data.ldap.AutoConfigureDataLdap
org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest
org.springframework.boot.test.autoconfigure.data.mongo.AutoConfigureDataMongo
org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest
org.springframework.boot.test.autoconfigure.data.neo4j.AutoConfigureDataNeo4j
org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTest
org.springframework.boot.test.autoconfigure.data.redis.AutoConfigureDataRedis
org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
org.springframework.boot.test.autoconfigure.filter.TypeExcludeFilters
org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureJdbc
org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase
org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
org.springframework.boot.test.autoconfigure.jdbc.JdbcTest
org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
org.springframework.boot.test.autoconfigure.jooq.AutoConfigureJooq
org.springframework.boot.test.autoconfigure.jooq.JooqTest
org.springframework.boot.test.autoconfigure.json.AutoConfigureJson
org.springframework.boot.test.autoconfigure.json.AutoConfigureJsonTesters
org.springframework.boot.test.autoconfigure.json.JsonTest
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureDataJpa
org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureTestEntityManager
org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration
org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
org.springframework.boot.test.autoconfigure.properties.PropertyMapping
org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs
org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer
org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredConfigurationCustomizer
org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientConfigurationCustomizer
org.springframework.boot.test.autoconfigure.web.client.AutoConfigureMockRestServiceServer
org.springframework.boot.test.autoconfigure.web.client.AutoConfigureWebClient
org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
org.springframework.boot.test.autoconfigure.web.client.RestClientTest
org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebFlux
org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient
org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientBuilderCustomizer
org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureWebMvc
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityAutoConfiguration
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest