Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureCache
Annotation that can be applied to a test class to configure a test
CacheManager
if none has been defined yet. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureDataLdap
Auto-configuration imports for typical Data LDAP tests. |
interface |
DataLdapTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical LDAP test. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureDataMongo
Auto-configuration imports for typical Data MongoDB
tests. |
interface |
DataMongoTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical MongoDB test. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureDataNeo4j
Auto-configuration imports for typical Data Neo4j
tests. |
interface |
DataNeo4jTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical Neo4j test. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureDataRedis
Auto-configuration imports for typical Data redis
tests. |
interface |
DataRedisTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical Data Redis test. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureJdbc
Auto-configuration imports for typical jdbc tests. |
interface |
AutoConfigureTestDatabase
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 . |
interface |
JdbcTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical jdbc test. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureJooq
Auto-configuration imports for typical jOOQ tests. |
interface |
JooqTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical jOOQ test. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureJson
Auto-configuration imports for typical JSON tests. |
interface |
AutoConfigureJsonTesters
Annotation that can be applied to a test class to enable and configure
auto-configuration of JSON testers.
|
interface |
JsonTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical JSON test. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureDataJpa
Auto-configuration imports for typical Data JPA tests. |
interface |
AutoConfigureTestEntityManager
Annotation that can be applied to a test class to enable auto-configuration of a
TestEntityManager . |
interface |
DataJpaTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical JPA test. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureRestDocs
Annotation that can be applied to a test class to enable and configure
auto-configuration of Spring REST Docs.
|
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureMockRestServiceServer
Annotation that can be applied to a test class to enable and configure
auto-configuration of a single
MockRestServiceServer . |
interface |
AutoConfigureWebClient
Annotation that can be applied to a test class to enable and configure
auto-configuration of web clients.
|
interface |
RestClientTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical Spring rest client test. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureWebFlux
Auto-configuration imports for typical Spring WebFlux
tests. |
interface |
AutoConfigureWebTestClient
Annotation that can be applied to a test class to enable a
WebTestClient . |
interface |
WebFluxTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical Spring WebFlux test. |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureMockMvc
Annotation that can be applied to a test class to enable and configure
auto-configuration of
MockMvc . |
interface |
AutoConfigureWebMvc
Auto-configuration imports for typical Spring MVC
tests. |
interface |
WebMvcTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical Spring MVC test. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.