Uses of Annotation Interface
org.springframework.boot.test.autoconfigure.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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescription@interface
Annotation that can be used for a typical Spring web service server test.