- afterPropertiesSet() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
-
- afterTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
-
- afterTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener
-
- AnnotationCustomizableTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.filter
-
Abstract base class for a TypeExcludeFilter that can be customized using an
annotation.
- AnnotationCustomizableTypeExcludeFilter() - Constructor for class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-
- AnnotationCustomizableTypeExcludeFilter.FilterType - Enum in org.springframework.boot.test.autoconfigure.filter
-
- AnnotationsPropertySource - Class in org.springframework.boot.test.autoconfigure.properties
-
- AnnotationsPropertySource(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- AnnotationsPropertySource(String, Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
-
- anyMatches(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
-
- AutoConfigureCache - Annotation Type in org.springframework.boot.test.autoconfigure.core
-
Annotation that can be applied to a test class to configure a test CacheManager
if none has been defined yet.
- AutoConfigureDataJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.data.jdbc
-
Auto-configuration imports for typical Data JDBC tests.
- AutoConfigureDataJpa - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
-
Auto-configuration imports for typical Data JPA tests.
- AutoConfigureDataLdap - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
-
Auto-configuration imports for typical Data LDAP tests.
- AutoConfigureDataMongo - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
-
Auto-configuration imports for typical Data MongoDB
tests.
- AutoConfigureDataNeo4j - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
-
Auto-configuration imports for typical Data Neo4j
tests.
- AutoConfigureDataR2dbc - Annotation Type in org.springframework.boot.test.autoconfigure.data.r2dbc
-
Auto-configuration imports for typical Data R2DBC
tests.
- AutoConfigureDataRedis - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
-
Auto-configuration imports for typical Data redis
tests.
- AutoConfigureJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
-
Auto-configuration imports for typical jdbc tests.
- AutoConfigureJooq - Annotation Type in org.springframework.boot.test.autoconfigure.jooq
-
Auto-configuration imports for typical jOOQ tests.
- AutoConfigureJson - Annotation Type in org.springframework.boot.test.autoconfigure.json
-
Auto-configuration imports for typical JSON tests.
- AutoConfigureJsonTesters - Annotation Type in org.springframework.boot.test.autoconfigure.json
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of JSON testers.
- AutoConfigureMockMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of MockMvc.
- AutoConfigureMockRestServiceServer - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of a single MockRestServiceServer.
- AutoConfigureMockWebServiceServer - Annotation Type in org.springframework.boot.test.autoconfigure.webservices.client
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of a single MockWebServiceServer.
- AutoConfigureRestDocs - Annotation Type in org.springframework.boot.test.autoconfigure.restdocs
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of Spring REST Docs.
- AutoConfigureTestDatabase - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
-
Annotation that can be applied to a test class to configure a test database to use
instead of any application defined or auto-configured DataSource.
- AutoConfigureTestDatabase.Replace - Enum in org.springframework.boot.test.autoconfigure.jdbc
-
What the test database can replace.
- AutoConfigureTestEntityManager - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
-
Annotation that can be applied to a test class to enable auto-configuration of a
TestEntityManager.
- AutoConfigureWebClient - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of web clients.
- AutoConfigureWebFlux - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
-
Auto-configuration imports for typical Spring WebFlux
tests.
- AutoConfigureWebMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
-
Auto-configuration imports for typical Spring MVC
tests.
- AutoConfigureWebServiceClient - Annotation Type in org.springframework.boot.test.autoconfigure.webservices.client
-
Annotation that can be applied to a test class to enable and configure
auto-configuration of web service clients.
- AutoConfigureWebTestClient - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
-
Annotation that can be applied to a test class to enable a WebTestClient.
- org.springframework.boot.test.autoconfigure - package org.springframework.boot.test.autoconfigure
-
Test auto-configuration support.
- org.springframework.boot.test.autoconfigure.core - package org.springframework.boot.test.autoconfigure.core
-
Auto-configuration for core parts common to most Spring Boot applications.
- org.springframework.boot.test.autoconfigure.data.jdbc - package org.springframework.boot.test.autoconfigure.data.jdbc
-
Auto-configuration for Data JDBC tests.
- org.springframework.boot.test.autoconfigure.data.ldap - package org.springframework.boot.test.autoconfigure.data.ldap
-
Auto-configuration for Data LDAP tests.
- org.springframework.boot.test.autoconfigure.data.mongo - package org.springframework.boot.test.autoconfigure.data.mongo
-
Auto-configuration for Data Mongo tests.
- org.springframework.boot.test.autoconfigure.data.neo4j - package org.springframework.boot.test.autoconfigure.data.neo4j
-
Auto-configuration for Data Neo4j tests.
- org.springframework.boot.test.autoconfigure.data.r2dbc - package org.springframework.boot.test.autoconfigure.data.r2dbc
-
Auto-configuration for Data R2DBC tests.
- org.springframework.boot.test.autoconfigure.data.redis - package org.springframework.boot.test.autoconfigure.data.redis
-
Auto-configuration for Data Redis tests.
- org.springframework.boot.test.autoconfigure.filter - package org.springframework.boot.test.autoconfigure.filter
-
Helper utilities for using TypeExcludeFilter
with auto-configured tests.
- org.springframework.boot.test.autoconfigure.jdbc - package org.springframework.boot.test.autoconfigure.jdbc
-
Auto-configuration for JDBC tests.
- org.springframework.boot.test.autoconfigure.jooq - package org.springframework.boot.test.autoconfigure.jooq
-
Auto-configuration for jOOQ tests.
- org.springframework.boot.test.autoconfigure.json - package org.springframework.boot.test.autoconfigure.json
-
Auto-configuration for JSON tests.
- org.springframework.boot.test.autoconfigure.orm.jpa - package org.springframework.boot.test.autoconfigure.orm.jpa
-
Auto-configuration for Data JPA tests.
- org.springframework.boot.test.autoconfigure.properties - package org.springframework.boot.test.autoconfigure.properties
-
Support for mapping annotation attribute values in the Spring Environment.
- org.springframework.boot.test.autoconfigure.restdocs - package org.springframework.boot.test.autoconfigure.restdocs
-
Auto-configuration for tests using Spring REST Docs.
- org.springframework.boot.test.autoconfigure.web.client - package org.springframework.boot.test.autoconfigure.web.client
-
Auto-configuration for web clients.
- org.springframework.boot.test.autoconfigure.web.reactive - package org.springframework.boot.test.autoconfigure.web.reactive
-
Auto-configuration for reactive web tests.
- org.springframework.boot.test.autoconfigure.web.servlet - package org.springframework.boot.test.autoconfigure.web.servlet
-
Auto-configuration for Spring MVC tests.
- org.springframework.boot.test.autoconfigure.webservices.client - package org.springframework.boot.test.autoconfigure.webservices.client
-
Auto-configuration for web service clients.
- OverrideAutoConfiguration - Annotation Type in org.springframework.boot.test.autoconfigure
-
Annotation that can be used to override
@EnableAutoConfiguration.