Uses of Annotation Interface
org.springframework.boot.test.autoconfigure.properties.PropertyMapping
Packages that use 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
Classes in org.springframework.boot.test.autoconfigure.jdbc with annotations of type PropertyMappingModifier 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
Classes in org.springframework.boot.test.autoconfigure.json with annotations of type PropertyMappingModifier 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
Classes in org.springframework.boot.test.autoconfigure.restdocs with annotations of type PropertyMappingModifier 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
Classes in org.springframework.boot.test.autoconfigure.web.client with annotations of type PropertyMappingModifier 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
Classes in org.springframework.boot.test.autoconfigure.web.reactive with annotations of type PropertyMappingModifier and TypeClassDescription@interface
Annotation that can be applied to a test class to enable aWebTestClient
. -
Uses of PropertyMapping in org.springframework.boot.test.autoconfigure.web.servlet
Classes in org.springframework.boot.test.autoconfigure.web.servlet with annotations of type PropertyMappingModifier 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
Classes in org.springframework.boot.test.autoconfigure.webservices.client with annotations of type PropertyMappingModifier 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.