Skip navigation links
A B C D E F G H I J M O P R S T V W 

A

afterPropertiesSet() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
 
afterTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
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
EnumerablePropertySource to adapt annotations marked with @PropertyMapping.
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.
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.
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 the 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.
AutoConfigureWebTestClient - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
Annotation that can be applied to a test class to enable a WebTestClient.

B

basicJsonTesterFactoryBean() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 

C

clear() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Clear the persistence context, causing all managed entities to become detached.
containsProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
 
customize(MockMvcRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer
Customize the given configurer.
customize(RestAssuredRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredConfigurationCustomizer
Customize the given configurer.
customize(WebTestClientRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientConfigurationCustomizer
Customize the given configurer.
customize(WebTestClient.Builder) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
 
customize(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer
Customize the given builder.
customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 

D

DataJdbcTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.jdbc
Annotation that can be used for a Data JDBC test that focuses only on Data JDBC components.
DataJdbcTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.jdbc
TypeExcludeFilter for @DataJdbcTest.
DataJpaTest - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Annotation for a JPA test that focuses only on JPA components.
DataJpaTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.orm.jpa
TypeExcludeFilter for @DataJpaTest.
DataLdapTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
Annotation that can be used for an LDAP test that focuses only on LDAP components.
DataLdapTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.ldap
TypeExcludeFilter for @DataLdapTest.
DataMongoTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
Annotation that can be used for a MongoDB test that focuses only on MongoDB components.
DataMongoTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.mongo
TypeExcludeFilter for @DataMongoTest.
DataNeo4jTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
Annotation that can be used for a Neo4j test that focuses only on Neo4j components.
DataNeo4jTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.neo4j
TypeExcludeFilter for @DataNeo4jTest.
DataRedisTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
Annotation for a Data Redis test that focuses only on Redis components.
DataRedisTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.redis
TypeExcludeFilter for @DataRedisTest.
dataSource(Environment) - Method in class org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
 
defaultInclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
detach(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Remove the given entity from the persistence context, causing a managed entity to become detached.
dispatcherServlet(MockMvc) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
dispatcherServletPath() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 

E

embeddedDataSourceBeanFactoryPostProcessor() - Static method in class org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
 
equals(Object) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
equals(Object) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
exclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 

F

FilterAnnotations - Class in org.springframework.boot.test.autoconfigure.filter
Utility to load TypeFilters from @Filter annotations.
FilterAnnotations(ClassLoader, ComponentScan.Filter[]) - Constructor for class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 
find(Class<E>, Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Find by primary key.
flush() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Synchronize the persistence context to the underlying database.

G

getAnnotation() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getAnnotationType() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.client.RestClientTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.client.RestClientTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTypeExcludeFilter
 
getEntityManager() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the underlying EntityManager that's actually used to perform all operations.
getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType) - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getId(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the ID of the given entity.
getId(Object, Class<T>) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the ID of the given entity cast to a specific type.
getOrder() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
getPrint() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
getProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
getPropertyNames() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
getUriHost() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
getUriPort() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
getUriScheme() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 

H

hasAnnotation() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
hasAnnotation() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
hashCode() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
hashCode() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
htmlUnitDriver(MockMvcHtmlUnitDriverBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
 
htmlUnitWebClient(MockMvcWebClientBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
 

I

include(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
isAddFilters() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
isEmpty() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
isPrintOnlyOnFailure() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
isTypeOrAnnotated(MetadataReader, MetadataReaderFactory, Class<?>) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
isUseDefaultFilters() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
isUseDefaultFilters() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
iterator() - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 

J

JdbcTest - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
Annotation for a JDBC test that focuses only on JDBC-based components.
JdbcTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.jdbc
TypeExcludeFilter for @JdbcTest.
JooqTest - Annotation Type in org.springframework.boot.test.autoconfigure.jooq
Annotation for a jOOQ test that focuses only on jOOQ-based components.
JooqTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.jooq
TypeExcludeFilter for @JooqTest.
jsonMarshalTestersBeanPostProcessor() - Static method in class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
JsonTest - Annotation Type in org.springframework.boot.test.autoconfigure.json
Annotation for a JSON test that focuses only on JSON serialization.
JsonTestersAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.json
Auto-configuration for Json testers.
JsonTestersAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
JsonTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.json
TypeExcludeFilter for @JsonTest.

M

match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
merge(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Merge the state of the given entity into the current persistence context.
mockMvc(MockMvcBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
MockMvcAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for MockMvc.
mockMvcBuilder(List<MockMvcBuilderCustomizer>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
MockMvcBuilderCustomizer - Interface in org.springframework.boot.test.autoconfigure.web.servlet
A customizer for a ConfigurableMockMvcBuilder.
mockMvcHtmlUnitDriverBuilder(MockMvc, Environment) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
 
MockMvcPrint - Enum in org.springframework.boot.test.autoconfigure.web.servlet
MVC print options specified from @AutoConfigureMockMvc.
MockMvcWebClientAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for HtmlUnit WebClient MockMVC integration.
MockMvcWebClientAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
 
mockMvcWebClientBuilder(MockMvc, Environment) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
 
MockMvcWebDriverAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for Selenium WebDriver MockMVC integration.
MockMvcWebDriverAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
 
mockRestServiceServer(MockServerRestTemplateCustomizer) - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
 
MockRestServiceServerAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.client
Auto-configuration for MockRestServiceServer support.
MockRestServiceServerAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
 
mockServerRestTemplateCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
 

O

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.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.
OverrideAutoConfiguration - Annotation Type in org.springframework.boot.test.autoconfigure
Annotation that can be used to override @EnableAutoConfiguration.

P

persist(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent.
persistAndFlush(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent then synchronize the persistence context to the underlying database.
persistAndGetId(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent then return it's ID.
persistAndGetId(Object, Class<T>) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent then return it's ID.
persistFlushFind(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent, synchronize the persistence context to the underlying database and finally find the persisted entity by its ID.
prepareTestInstance(TestContext) - Method in class org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
 
PropertyMapping - Annotation Type in org.springframework.boot.test.autoconfigure.properties
Indicates that attributes from a test annotation should be mapped into a @PropertySource.

R

refresh(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
remove(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Remove the entity instance.
RestClientTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
Annotation for a Spring rest client test that focuses only on beans that use RestTemplateBuilder.
RestClientTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.client
TypeExcludeFilter for @RestClientTest.
RestDocsAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.restdocs
Auto-configuration for Spring REST Docs.
RestDocsAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
 
RestDocsMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.restdocs
A MockMvcBuilderCustomizer that configures Spring REST Docs.
RestDocsMockMvcConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for MockMvcRestDocumentationConfigurer.
RestDocsProperties - Class in org.springframework.boot.test.autoconfigure.restdocs
Configuration properties for Spring REST Docs.
RestDocsProperties() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
RestDocsRestAssuredConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for RestAssuredRestDocumentationConfigurer.
RestDocsTestExecutionListener - Class in org.springframework.boot.test.autoconfigure.restdocs
A TestExecutionListener for Spring REST Docs that removes the need for a @Rule when using JUnit or manual before and after test calls when using TestNG.
RestDocsTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
RestDocsWebTestClientConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for WebTestClientRestDocumentationConfigurer.
restTemplate(RestTemplateBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
 

S

setAddFilters(boolean) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
setPrint(MockMvcPrint) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
setPrintOnlyOnFailure(boolean) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
setTimeout(Duration) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
 
setUriHost(String) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
setUriPort(Integer) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
setUriScheme(String) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
SkipPropertyMapping - Enum in org.springframework.boot.test.autoconfigure.properties
Enum used to control when @PropertyMapping is skipped.
SpringBootDependencyInjectionTestExecutionListener - Class in org.springframework.boot.test.autoconfigure
Alternative DependencyInjectionTestExecutionListener prints the ConditionEvaluationReport when the context cannot be prepared.
SpringBootDependencyInjectionTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
 
springBootMockMvcBuilderCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
SpringBootMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.web.servlet
MockMvcBuilderCustomizer for a typical Spring Boot application.
SpringBootMockMvcBuilderCustomizer(WebApplicationContext) - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
Create a new SpringBootMockMvcBuilderCustomizer instance.
SpringBootWebTestClientBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.web.reactive
WebTestClientBuilderCustomizer for a typical Spring Boot application.
SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer>) - Constructor for class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
Create a new SpringBootWebTestClientBuilderCustomizer that will configure the builder's codecs using the given codecCustomizers.
springBootWebTestClientBuilderCustomizer(ObjectProvider<CodecCustomizer>) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
 
StandardAnnotationCustomizableTypeExcludeFilter<A extends Annotation> - Class in org.springframework.boot.test.autoconfigure.filter
AnnotationCustomizableTypeExcludeFilter that can be used to any test annotation that uses the standard includeFilters, excludeFilters and useDefaultFilters attributes.
StandardAnnotationCustomizableTypeExcludeFilter(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 

T

TestDatabaseAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.jdbc
Auto-configuration for a test database.
TestDatabaseAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
 
TestEntityManager - Class in org.springframework.boot.test.autoconfigure.orm.jpa
Alternative to EntityManager for use in JPA tests.
TestEntityManager(EntityManagerFactory) - Constructor for class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Create a new TestEntityManager instance for the given EntityManagerFactory.
testEntityManager(EntityManagerFactory) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration
 
TestEntityManagerAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.orm.jpa
Auto-configuration for TestEntityManager.
TestEntityManagerAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration
 
TypeExcludeFilters - Annotation Type in org.springframework.boot.test.autoconfigure.filter
Annotation that can be on tests to define a set of TypeExcludeFilter classes that should be applied to @SpringBootApplication component scanning.

V

valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebClientRestTemplateAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.client
Auto-configuration for a web-client RestTemplate.
WebClientRestTemplateAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
 
WebFluxTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
Annotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components.
WebFluxTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.reactive
TypeExcludeFilter for @WebFluxTest.
WebMvcTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
Annotation that can be used for a Spring MVC test that focuses only on Spring MVC components.
WebMvcTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.servlet
TypeExcludeFilter for @WebMvcTest.
webTestClient(ApplicationContext, List<WebTestClientBuilderCustomizer>, List<MockServerConfigurer>) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
 
WebTestClientAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.reactive
Auto-configuration for WebTestClient.
WebTestClientAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
 
WebTestClientBuilderCustomizer - Interface in org.springframework.boot.test.autoconfigure.web.reactive
Deprecated.
since 2.2 in favor of WebTestClientBuilderCustomizer
A B C D E F G H I J M O P R S T V W 
Skip navigation links

Copyright © 2021 Pivotal Software, Inc.. All rights reserved.