批注接口的使用
org.springframework.boot.autoconfigure.ImportAutoConfiguration
使用ImportAutoConfiguration的程序包
程序包
说明
Auto-configuration for handling observability in tests.
Auto-configuration for core parts common to most Spring Boot applications.
Auto-configuration for Data Cassandra tests.
Auto-configuration for Data Couchbase tests.
Auto-configuration for Data Elasticsearch tests.
Auto-configuration for Data JDBC tests.
Auto-configuration for Data LDAP tests.
Auto-configuration for Data Mongo tests.
Auto-configuration for Data Neo4j tests.
Auto-configuration for Data R2DBC tests.
Auto-configuration for Data Redis tests.
Auto-configuration for GraphQL testing.
Auto-configuration for GraphQL tester.
Auto-configuration for JDBC tests.
Auto-configuration for jOOQ tests.
Auto-configuration for JSON tests.
Auto-configuration for Data JPA tests.
Auto-configuration for tests using Spring REST Docs.
Auto-configuration for web clients.
Auto-configuration for reactive web tests.
Auto-configuration for Spring MVC tests.
Auto-configuration for web service clients.
Auto-configuration for web service server tests.
Spring context support classes for Testcontainers.
-
org.springframework.boot.test.autoconfigure.actuate.observability中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAnnotation that can be applied to a test class to enable auto-configuration for observability. -
org.springframework.boot.test.autoconfigure.core中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAnnotation that can be applied to a test class to configure a testCacheManagerif none has been defined yet. -
org.springframework.boot.test.autoconfigure.data.cassandra中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Data Cassandra tests.@interfaceAnnotation that can be used for a Cassandra test that focuses only on Cassandra components. -
org.springframework.boot.test.autoconfigure.data.couchbase中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Data Couchbase tests.@interfaceAnnotation that can be used for a Data Couchbase test that focuses only on Data Couchbase components. -
org.springframework.boot.test.autoconfigure.data.elasticsearch中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Data Elasticsearch tests.@interfaceAnnotation that can be used for a Data Elasticsearch test that focuses only on Data Elasticsearch components. -
org.springframework.boot.test.autoconfigure.data.jdbc中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Data JDBC tests.@interfaceAnnotation that can be used for a Data JDBC test that focuses only on Data JDBC components. -
org.springframework.boot.test.autoconfigure.data.ldap中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Data LDAP tests.@interfaceAnnotation that can be used for an LDAP test that focuses only on LDAP components. -
org.springframework.boot.test.autoconfigure.data.mongo中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Data MongoDB tests.@interfaceAnnotation that can be used for a MongoDB test that focuses only on MongoDB components. -
org.springframework.boot.test.autoconfigure.data.neo4j中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Data Neo4j tests.@interfaceAnnotation that can be used for a Neo4j test that focuses only on Neo4j components. -
org.springframework.boot.test.autoconfigure.data.r2dbc中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Data R2DBC tests.@interfaceAnnotation that can be used for a R2DBC test that focuses only on Data R2DBC components. -
org.springframework.boot.test.autoconfigure.data.redis中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Data redis tests.@interfaceAnnotation for a Data Redis test that focuses only on Redis components. -
org.springframework.boot.test.autoconfigure.graphql中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Spring GraphQL tests.@interfaceAnnotation to perform GraphQL tests focusing on GraphQL request execution without a Web layer, and loading only a subset of the application configuration. -
org.springframework.boot.test.autoconfigure.graphql.tester中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAnnotation that can be applied to a test class to enable aGraphQlTester.@interfaceAnnotation that can be applied to a test class to enable aHttpGraphQlTester. -
org.springframework.boot.test.autoconfigure.jdbc中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical jdbc tests.@interfaceAnnotation that can be applied to a test class to configure a test database to use instead of the application-defined or auto-configuredDataSource.@interfaceAnnotation for a JDBC test that focuses only on JDBC-based components. -
org.springframework.boot.test.autoconfigure.jooq中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical jOOQ tests.@interfaceAnnotation for a jOOQ test that focuses only on jOOQ-based components. -
org.springframework.boot.test.autoconfigure.json中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical JSON tests.@interfaceAnnotation that can be applied to a test class to enable and configure auto-configuration of JSON testers.@interfaceAnnotation for a JSON test that focuses only on JSON serialization. -
org.springframework.boot.test.autoconfigure.orm.jpa中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Data JPA tests.@interfaceAnnotation that can be applied to a test class to enable auto-configuration of aTestEntityManager.@interfaceAnnotation for a JPA test that focuses only on JPA components. -
org.springframework.boot.test.autoconfigure.restdocs中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAnnotation that can be applied to a test class to enable and configure auto-configuration of Spring REST Docs. -
org.springframework.boot.test.autoconfigure.web.client中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAnnotation that can be applied to a test class to enable and configure auto-configuration of a singleMockRestServiceServer.@interfaceAnnotation that can be applied to a test class to enable and configure auto-configuration of web clients.@interfaceAnnotation for a Spring rest client test that focuses only on beans that useRestTemplateBuilderorRestClient.Builder. -
org.springframework.boot.test.autoconfigure.web.reactive中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAuto-configuration importsfor typical Spring WebFlux tests.@interfaceAnnotation that can be applied to a test class to enable aWebTestClientthat is bound directly to the application.@interfaceAnnotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components. -
org.springframework.boot.test.autoconfigure.web.servlet中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAnnotation that can be applied to a test class to enable and configure auto-configuration ofMockMvc.@interfaceAuto-configuration importsfor typical Spring MVC tests.@interfaceAnnotation that can be used for a Spring MVC test that focuses only on Spring MVC components. -
org.springframework.boot.test.autoconfigure.webservices.client中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAnnotation that can be applied to a test class to enable and configure auto-configuration of a singleMockWebServiceServer.@interfaceAnnotation that can be applied to a test class to enable and configure auto-configuration of web service clients.@interfaceAnnotation that can be used for a typical Spring web service client test. -
org.springframework.boot.test.autoconfigure.webservices.server中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceAnnotation that can be applied to a test class to enable auto-configuration ofMockWebServiceClient.@interfaceAnnotation that can be applied to a test class to enable and configure auto-configuration of web service servers endpoints.@interfaceAnnotation that can be used for a typical Spring web service server test. -
org.springframework.boot.testcontainers.context中ImportAutoConfiguration的使用
修饰符和类型类说明@interfaceImports idiomatic Testcontainers declaration classes into the SpringApplicationContext.