Uses of Annotation Interface
org.springframework.boot.test.context.PropertyMapping
Packages that use PropertyMapping
Package
Description
Auto-configuration for JDBC tests.
Auto-configuration for web clients.
Auto-configuration for tests using Spring REST Docs.
Auto-configuration for JSON tests.
Auto-configuration for Spring WebFlux tests.
Auto-configuration for Spring MVC tests.
Auto-configuration for web service clients.
-
Uses of PropertyMapping in org.springframework.boot.jdbc.test.autoconfigure
Classes in org.springframework.boot.jdbc.test.autoconfigure 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.restclient.test.autoconfigure
Classes in org.springframework.boot.restclient.test.autoconfigure 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.restdocs.test.autoconfigure
Classes in org.springframework.boot.restdocs.test.autoconfigure 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.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.webflux.test.autoconfigure
Classes in org.springframework.boot.webflux.test.autoconfigure with annotations of type PropertyMappingModifier 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.webmvc.test.autoconfigure
Classes in org.springframework.boot.webmvc.test.autoconfigure 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.webservices.test.autoconfigure.client
Classes in org.springframework.boot.webservices.test.autoconfigure.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.