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 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 JSON tests.
Auto-configuration for Data JPA tests.
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 OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.data.cassandra
Classes in org.springframework.boot.test.autoconfigure.data.cassandra with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a Cassandra test that focuses only on Cassandra components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.data.couchbase
Classes in org.springframework.boot.test.autoconfigure.data.couchbase with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a Data Couchbase test that focuses only on Data Couchbase components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.data.elasticsearch
Classes in org.springframework.boot.test.autoconfigure.data.elasticsearch with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a Data Elasticsearch test that focuses only on Data Elasticsearch components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.data.jdbc
Classes in org.springframework.boot.test.autoconfigure.data.jdbc with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a Data JDBC test that focuses only on Data JDBC components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.data.ldap
Classes in org.springframework.boot.test.autoconfigure.data.ldap with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for an LDAP test that focuses only on LDAP components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.data.mongo
Classes in org.springframework.boot.test.autoconfigure.data.mongo with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a MongoDB test that focuses only on MongoDB components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.data.neo4j
Classes in org.springframework.boot.test.autoconfigure.data.neo4j with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a Neo4j test that focuses only on Neo4j components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.data.r2dbc
Classes in org.springframework.boot.test.autoconfigure.data.r2dbc with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a R2DBC test that focuses only on Data R2DBC components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.data.redis
Classes in org.springframework.boot.test.autoconfigure.data.redis with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation for a Data Redis test that focuses only on Redis components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.graphql
Classes in org.springframework.boot.test.autoconfigure.graphql with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@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 OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.jdbc
Classes in org.springframework.boot.test.autoconfigure.jdbc with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation for a JDBC test that focuses only on JDBC-based components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.jooq
Classes in org.springframework.boot.test.autoconfigure.jooq with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation for a jOOQ test that focuses only on jOOQ-based components. -
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@interface
Annotation for a JSON test that focuses only on JSON serialization. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.orm.jpa
Classes in org.springframework.boot.test.autoconfigure.orm.jpa with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation for a JPA test that focuses only on JPA components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.web.client
Classes in org.springframework.boot.test.autoconfigure.web.client with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation for a Spring rest client test that focuses only on beans that useRestTemplateBuilder
. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.web.reactive
Classes in org.springframework.boot.test.autoconfigure.web.reactive with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.web.servlet
Classes in org.springframework.boot.test.autoconfigure.web.servlet with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a Spring MVC test that focuses only on Spring MVC components. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.webservices.client
Classes in org.springframework.boot.test.autoconfigure.webservices.client with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a typical Spring web service client test. -
Uses of OverrideAutoConfiguration in org.springframework.boot.test.autoconfigure.webservices.server
Classes in org.springframework.boot.test.autoconfigure.webservices.server with annotations of type OverrideAutoConfigurationModifier and TypeClassDescription@interface
Annotation that can be used for a typical Spring web service server test.