Uses of Annotation Interface
org.springframework.boot.autoconfigure.ImportAutoConfiguration
Package
Description
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.
-
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.core
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to configure a testCacheManager
if none has been defined yet. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.data.cassandra
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Data Cassandra tests.@interface
Annotation that can be used for a Cassandra test that focuses only on Cassandra components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.data.couchbase
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Data Couchbase tests.@interface
Annotation that can be used for a Data Couchbase test that focuses only on Data Couchbase components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.data.elasticsearch
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Data Elasticsearch tests.@interface
Annotation that can be used for a Data Elasticsearch test that focuses only on Data Elasticsearch components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.data.jdbc
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Data JDBC tests.@interface
Annotation that can be used for a Data JDBC test that focuses only on Data JDBC components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.data.ldap
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Data LDAP tests.@interface
Annotation that can be used for an LDAP test that focuses only on LDAP components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.data.mongo
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Data MongoDB tests.@interface
Annotation that can be used for a MongoDB test that focuses only on MongoDB components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.data.neo4j
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Data Neo4j tests.@interface
Annotation that can be used for a Neo4j test that focuses only on Neo4j components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.data.r2dbc
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Data R2DBC tests.@interface
Annotation that can be used for a R2DBC test that focuses only on Data R2DBC components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.data.redis
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Data redis tests.@interface
Annotation for a Data Redis test that focuses only on Redis components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.graphql
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Spring GraphQL tests.@interface
Annotation 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.test.autoconfigure.graphql.tester
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable aGraphQlTester
.@interface
Annotation that can be applied to a test class to enable aHttpGraphQlTester
. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.jdbc
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical jdbc tests.@interface
Annotation that can be applied to a test class to configure a test database to use instead of the application-defined or auto-configuredDataSource
.@interface
Annotation for a JDBC test that focuses only on JDBC-based components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.jooq
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical jOOQ tests.@interface
Annotation for a jOOQ test that focuses only on jOOQ-based components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.json
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical JSON tests.@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers.@interface
Annotation for a JSON test that focuses only on JSON serialization. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.orm.jpa
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Data JPA tests.@interface
Annotation that can be applied to a test class to enable auto-configuration of aTestEntityManager
.@interface
Annotation for a JPA test that focuses only on JPA components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.restdocs
Modifier and TypeClassDescription@interface
Annotation 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.test.autoconfigure.web.client
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of a singleMockRestServiceServer
.@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of web clients.@interface
Annotation for a Spring rest client test that focuses only on beans that useRestTemplateBuilder
. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.web.reactive
Modifier and TypeClassDescription@interface
Auto-configuration imports
for typical Spring WebFlux tests.@interface
Annotation that can be applied to a test class to enable aWebTestClient
.@interface
Annotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.web.servlet
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable and configure auto-configuration ofMockMvc
.@interface
Auto-configuration imports
for typical Spring MVC tests.@interface
Annotation that can be used for a Spring MVC test that focuses only on Spring MVC components. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.webservices.client
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of a singleMockWebServiceServer
.@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of web service clients.@interface
Annotation that can be used for a typical Spring web service client test. -
Uses of ImportAutoConfiguration in org.springframework.boot.test.autoconfigure.webservices.server
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable auto-configuration ofMockWebServiceClient
.@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of web service servers endpoints.@interface
Annotation that can be used for a typical Spring web service server test.