Uses of Annotation Interface
org.springframework.boot.test.autoconfigure.OverrideAutoConfiguration
Packages that use OverrideAutoConfiguration
Package
Description
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 JDBC tests.
Auto-configuration for jOOQ tests.
Auto-configuration for web clients.
Auto-configuration for JSON tests.
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.
-
Uses of OverrideAutoConfiguration in org.springframework.boot.data.cassandra.test.autoconfigure
Classes in org.springframework.boot.data.cassandra.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a Cassandra test that focuses only on Cassandra components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.data.couchbase.test.autoconfigure
Classes in org.springframework.boot.data.couchbase.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a Data Couchbase test that focuses only on Data Couchbase components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.data.elasticsearch.test.autoconfigure
Classes in org.springframework.boot.data.elasticsearch.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a Data Elasticsearch test that focuses only on Data Elasticsearch components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.data.jdbc.test.autoconfigure
Classes in org.springframework.boot.data.jdbc.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a Data JDBC test that focuses only on Data JDBC components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.data.jpa.test.autoconfigure
Classes in org.springframework.boot.data.jpa.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation for a JPA test that focuses only on JPA components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.data.ldap.test.autoconfigure
Classes in org.springframework.boot.data.ldap.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for an LDAP test that focuses only on LDAP components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.data.mongodb.test.autoconfigure
Classes in org.springframework.boot.data.mongodb.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a MongoDB test that focuses only on MongoDB components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.data.neo4j.test.autoconfigure
Classes in org.springframework.boot.data.neo4j.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a Neo4j test that focuses only on Neo4j components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.data.r2dbc.test.autoconfigure
Classes in org.springframework.boot.data.r2dbc.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a R2DBC test that focuses only on Data R2DBC components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.data.redis.test.autoconfigure
Classes in org.springframework.boot.data.redis.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation for a Data Redis test that focuses only on Redis components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.graphql.test.autoconfigure
Classes in org.springframework.boot.graphql.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@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 OverrideAutoConfiguration in org.springframework.boot.jdbc.test.autoconfigure
Classes in org.springframework.boot.jdbc.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation for a JDBC test that focuses only on JDBC-based components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.jooq.test.autoconfigure
Classes in org.springframework.boot.jooq.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation for a jOOQ test that focuses only on jOOQ-based components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.restclient.test.autoconfigure
Classes in org.springframework.boot.restclient.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation for a Spring rest client test that focuses only on beans that useRestTemplateBuilderorRestClient.Builder. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.json
Classes in org.springframework.boot.test.autoconfigure.json with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation for a JSON test that focuses only on JSON serialization. -
Uses of OverrideAutoConfiguration in org.springframework.boot.webclient.test.autoconfigure
Classes in org.springframework.boot.webclient.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation for a Spring WebClient test that focuses only on beans that useWebClient.Builder. -
Uses of OverrideAutoConfiguration in org.springframework.boot.webflux.test.autoconfigure
Classes in org.springframework.boot.webflux.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.webmvc.test.autoconfigure
Classes in org.springframework.boot.webmvc.test.autoconfigure with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a Spring MVC test that focuses only on Spring MVC components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.webservices.test.autoconfigure.client
Classes in org.springframework.boot.webservices.test.autoconfigure.client with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a typical Spring web service client test. -
Uses of OverrideAutoConfiguration in org.springframework.boot.webservices.test.autoconfigure.server
Classes in org.springframework.boot.webservices.test.autoconfigure.server with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interfaceAnnotation that can be used for a typical Spring web service server test.