Package | Description |
---|---|
org.springframework.boot.test.autoconfigure.data.mongo | |
org.springframework.boot.test.autoconfigure.jdbc | |
org.springframework.boot.test.autoconfigure.json |
Auto-configuration for JSON tests.
|
org.springframework.boot.test.autoconfigure.orm.jpa |
Auto-configuration for Data JPA tests.
|
org.springframework.boot.test.autoconfigure.web.client |
Auto-configuration for web clients.
|
org.springframework.boot.test.autoconfigure.web.servlet |
Auto-configuration for Spring MVC tests.
|
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 |
JdbcTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical jdbc 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 |
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.