Uses of Annotation Interface
org.springframework.boot.test.autoconfigure.properties.PropertyMapping
Package
Description
Auto-configuration for JDBC tests.
Auto-configuration for JSON tests.
Auto-configuration for tests using Spring REST Docs.
Auto-configuration for web clients.
Auto-configuration for reactive web tests.
Auto-configuration for Spring MVC tests.
Auto-configuration for web service clients.
-
Uses of PropertyMapping in org.springframework.boot.test.autoconfigure.jdbc
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to configure a test database to use instead of the application-defined or auto-configuredDataSource
. -
Uses of PropertyMapping in org.springframework.boot.test.autoconfigure.json
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers. -
Uses of PropertyMapping in org.springframework.boot.test.autoconfigure.restdocs
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of Spring REST Docs. -
Uses of PropertyMapping in org.springframework.boot.test.autoconfigure.web.client
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of a singleMockRestServiceServer
.@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of web clients. -
Uses of PropertyMapping in org.springframework.boot.test.autoconfigure.web.reactive
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable aWebTestClient
that is bound directly to the application. -
Uses of PropertyMapping in org.springframework.boot.test.autoconfigure.web.servlet
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable and configure auto-configuration ofMockMvc
. -
Uses of PropertyMapping in org.springframework.boot.test.autoconfigure.webservices.client
Modifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of a singleMockWebServiceServer
.@interface
Annotation that can be applied to a test class to enable and configure auto-configuration of web service clients.