Modifier and Type | Class and Description |
---|---|
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 |
DataMongoTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical MongoDB test. |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
JdbcTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical jdbc test. |
Modifier and Type | Class and Description |
---|---|
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 |
JsonTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical JSON test. |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
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 |
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.