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

A

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.
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 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.
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(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(WebTestClient.Builder) - Method in interface org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientBuilderCustomizer
Customize the given builder.
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

DataJpaTest - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical JPA test.
DataLdapTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical LDAP test.
DataMongoTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical MongoDB test.
DataNeo4jTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical Neo4j test.
DataRedisTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical Data Redis test.
dataSource() - 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.

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

getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
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
 
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
 
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
 
iterator() - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 

J

JdbcTest - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical jdbc test.
JooqTest - Annotation Type in org.springframework.boot.test.autoconfigure.jooq
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical jOOQ test.
jsonMarshalTestersBeanPostProcessor() - Static method in class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
JsonTest - Annotation Type in org.springframework.boot.test.autoconfigure.json
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical JSON test.
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
 

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) - 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.
MockMvcSecurityAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for Spring Security's testing support.
MockMvcSecurityAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityAutoConfiguration
 
MockMvcWebClientAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for HtmlUnit WebClient MockMVC integration.
mockMvcWebClientBuilder(MockMvc) - 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.
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.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 that can be used in combination with @RunWith(SpringRunner.class) for a typical Spring rest client test.
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
 
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<Collection<CodecCustomizer>>) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
 

T

TestDatabaseAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.jdbc
Auto-configuration for a test database.
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 in combination with @RunWith(SpringRunner.class) for a typical Spring WebFlux test.
WebMvcTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical Spring MVC test.
webTestClient(ApplicationContext, List<WebTestClientBuilderCustomizer>) - 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
A customizer for a WebTestClient.Builder.
A B C D E F G H I J M O P R S T V W 
Skip navigation links

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