Package | Description |
---|---|
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.restdocs | |
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 |
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 . |
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 |
AutoConfigureTestDatabase
Deprecated.
as of 1.5 in favor of
AutoConfigureTestDatabase |
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 |
AutoConfigureMockMvc
Annotation that can be applied to a test class to enable and configure
auto-configuration of
MockMvc . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.