Uses of Annotation Interface
org.springframework.boot.autoconfigure.ImportAutoConfiguration
Packages that use ImportAutoConfiguration
Package
Description
Auto-configuration for testing code that uses the cache abstraction.
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 JPA 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 JPA tests.
Auto-configuration for handling metrics in tests.
Auto-configuration for handling metrics in tests.
Auto-configuration for web clients.
Auto-configuration for tests using Spring REST Docs.
Auto-configuration for RestTestClient and TestRestTemplate.
Auto-configuration for core JDBC test concerns.
Auto-configuration for JSON tests.
Spring context support classes for Testcontainers.
Auto-configuration for web clients.
Auto-configuration for Spring WebFlux tests.
Auto-configuration for Spring MVC tests.
Auto-configuration for web service clients.
Auto-configuration for web service server tests.
Auto-configuration for WebTestClient.
-
Uses of ImportAutoConfiguration in org.springframework.boot.cache.test.autoconfigure
Classes in org.springframework.boot.cache.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to configure a testCacheManagerif none has been defined yet. -
Uses of ImportAutoConfiguration in org.springframework.boot.data.cassandra.test.autoconfigure
Classes in org.springframework.boot.data.cassandra.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data Cassandra tests.@interfaceAnnotation that can be used for a Cassandra test that focuses only on Cassandra components. -
Uses of ImportAutoConfiguration in org.springframework.boot.data.couchbase.test.autoconfigure
Classes in org.springframework.boot.data.couchbase.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data Couchbase tests.@interfaceAnnotation that can be used for a Data Couchbase test that focuses only on Data Couchbase components. -
Uses of ImportAutoConfiguration in org.springframework.boot.data.elasticsearch.test.autoconfigure
Classes in org.springframework.boot.data.elasticsearch.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data Elasticsearch tests.@interfaceAnnotation that can be used for a Data Elasticsearch test that focuses only on Data Elasticsearch components. -
Uses of ImportAutoConfiguration in org.springframework.boot.data.jdbc.test.autoconfigure
Classes in org.springframework.boot.data.jdbc.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data JDBC tests.@interfaceAnnotation that can be used for a Data JDBC test that focuses only on Data JDBC components. -
Uses of ImportAutoConfiguration in org.springframework.boot.data.jpa.test.autoconfigure
Classes in org.springframework.boot.data.jpa.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data JPA tests.@interfaceAnnotation for a JPA test that focuses only on JPA components. -
Uses of ImportAutoConfiguration in org.springframework.boot.data.ldap.test.autoconfigure
Classes in org.springframework.boot.data.ldap.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data LDAP tests.@interfaceAnnotation that can be used for an LDAP test that focuses only on LDAP components. -
Uses of ImportAutoConfiguration in org.springframework.boot.data.mongodb.test.autoconfigure
Classes in org.springframework.boot.data.mongodb.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data MongoDB tests.@interfaceAnnotation that can be used for a MongoDB test that focuses only on MongoDB components. -
Uses of ImportAutoConfiguration in org.springframework.boot.data.neo4j.test.autoconfigure
Classes in org.springframework.boot.data.neo4j.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data Neo4j tests.@interfaceAnnotation that can be used for a Neo4j test that focuses only on Neo4j components. -
Uses of ImportAutoConfiguration in org.springframework.boot.data.r2dbc.test.autoconfigure
Classes in org.springframework.boot.data.r2dbc.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data R2DBC tests.@interfaceAnnotation that can be used for a R2DBC test that focuses only on Data R2DBC components. -
Uses of ImportAutoConfiguration in org.springframework.boot.data.redis.test.autoconfigure
Classes in org.springframework.boot.data.redis.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data redis tests.@interfaceAnnotation for a Data Redis test that focuses only on Redis components. -
Uses of ImportAutoConfiguration in org.springframework.boot.graphql.test.autoconfigure
Classes in org.springframework.boot.graphql.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@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. -
Uses of ImportAutoConfiguration in org.springframework.boot.graphql.test.autoconfigure.tester
Classes in org.springframework.boot.graphql.test.autoconfigure.tester with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable aGraphQlTester.@interfaceAnnotation that can be applied to a test class to enable anHttpGraphQlTester. -
Uses of ImportAutoConfiguration in org.springframework.boot.jdbc.test.autoconfigure
Classes in org.springframework.boot.jdbc.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@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. -
Uses of ImportAutoConfiguration in org.springframework.boot.jooq.test.autoconfigure
Classes in org.springframework.boot.jooq.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical jOOQ tests.@interfaceAnnotation for a jOOQ test that focuses only on jOOQ-based components. -
Uses of ImportAutoConfiguration in org.springframework.boot.jpa.test.autoconfigure
Classes in org.springframework.boot.jpa.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable auto-configuration of aTestEntityManager. -
Uses of ImportAutoConfiguration in org.springframework.boot.micrometer.metrics.test.autoconfigure
Classes in org.springframework.boot.micrometer.metrics.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable auto-configuration for metrics. -
Uses of ImportAutoConfiguration in org.springframework.boot.micrometer.tracing.test.autoconfigure
Classes in org.springframework.boot.micrometer.tracing.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable auto-configuration for tracing. -
Uses of ImportAutoConfiguration in org.springframework.boot.restclient.test.autoconfigure
Classes in org.springframework.boot.restclient.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@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 auto-configuration of aRestClient.Builderand aRestTemplateBuilder.@interfaceAnnotation for a Spring rest client test that focuses only on beans that useRestTemplateBuilderorRestClient.Builder. -
Uses of ImportAutoConfiguration in org.springframework.boot.restdocs.test.autoconfigure
Classes in org.springframework.boot.restdocs.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable and configure auto-configuration of Spring REST Docs. -
Uses of ImportAutoConfiguration in org.springframework.boot.resttestclient.autoconfigure
Classes in org.springframework.boot.resttestclient.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable aRestTestClient.@interfaceAnnotation that can be applied to a test class to enable auto-configuration of aTestRestTemplate. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.jdbc
Classes in org.springframework.boot.test.autoconfigure.jdbc with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable DataSource initialization. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.json
Classes in org.springframework.boot.test.autoconfigure.json with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@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. -
Uses of ImportAutoConfiguration in org.springframework.boot.testcontainers.context
Classes in org.springframework.boot.testcontainers.context with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceImports idiomatic Testcontainers declaration classes into the SpringApplicationContext. -
Uses of ImportAutoConfiguration in org.springframework.boot.webclient.test.autoconfigure
Classes in org.springframework.boot.webclient.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable auto-configuration of aWebClient.Builder.@interfaceAnnotation for a Spring WebClient test that focuses only on beans that useWebClient.Builder. -
Uses of ImportAutoConfiguration in org.springframework.boot.webflux.test.autoconfigure
Classes in org.springframework.boot.webflux.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Spring WebFlux tests.@interfaceAnnotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components. -
Uses of ImportAutoConfiguration in org.springframework.boot.webmvc.test.autoconfigure
Classes in org.springframework.boot.webmvc.test.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@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. -
Uses of ImportAutoConfiguration in org.springframework.boot.webservices.test.autoconfigure.client
Classes in org.springframework.boot.webservices.test.autoconfigure.client with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@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. -
Uses of ImportAutoConfiguration in org.springframework.boot.webservices.test.autoconfigure.server
Classes in org.springframework.boot.webservices.test.autoconfigure.server with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@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. -
Uses of ImportAutoConfiguration in org.springframework.boot.webtestclient.autoconfigure
Classes in org.springframework.boot.webtestclient.autoconfigure with annotations of type ImportAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be applied to a test class to enable aWebTestClient.