Package | Description |
---|---|
org.springframework.boot.test.autoconfigure.jdbc |
Auto-configuration for JDBC tests.
|
org.springframework.boot.test.autoconfigure.json |
Auto-configuration for JSON tests.
|
org.springframework.boot.test.autoconfigure.restdocs |
Auto-configuration for tests using Spring REST Docs.
|
org.springframework.boot.test.autoconfigure.web.client |
Auto-configuration for web clients.
|
org.springframework.boot.test.autoconfigure.web.reactive |
Auto-configuration for reactive web tests.
|
org.springframework.boot.test.autoconfigure.web.servlet |
Auto-configuration for Spring MVC tests.
|
org.springframework.boot.test.autoconfigure.webservices.client |
Auto-configuration for web service clients.
|
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureTestDatabase
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 . |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureJsonTesters
Annotation that can be applied to a test class to enable and configure
auto-configuration of JSON testers.
|
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.
|
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureWebTestClient
Annotation that can be applied to a test class to enable a
WebTestClient . |
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 . |
Modifier and Type | Class and Description |
---|---|
interface |
AutoConfigureMockWebServiceServer
Annotation that can be applied to a test class to enable and configure
auto-configuration of a single
MockWebServiceServer . |
interface |
AutoConfigureWebServiceClient
Annotation that can be applied to a test class to enable and configure
auto-configuration of web service clients.
|