Uses of Package
org.springframework.boot.test.autoconfigure.properties
Packages that use org.springframework.boot.test.autoconfigure.properties
Package
Description
Auto-configuration for JDBC tests.
Auto-configuration for JSON tests.
Support for mapping annotation attribute values in the Spring
Environment
.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.
-
Classes in org.springframework.boot.test.autoconfigure.properties used by org.springframework.boot.test.autoconfigure.jdbcClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource
. -
Classes in org.springframework.boot.test.autoconfigure.properties used by org.springframework.boot.test.autoconfigure.jsonClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource
. -
-
Classes in org.springframework.boot.test.autoconfigure.properties used by org.springframework.boot.test.autoconfigure.restdocsClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource
. -
Classes in org.springframework.boot.test.autoconfigure.properties used by org.springframework.boot.test.autoconfigure.web.clientClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource
. -
Classes in org.springframework.boot.test.autoconfigure.properties used by org.springframework.boot.test.autoconfigure.web.reactiveClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource
. -
Classes in org.springframework.boot.test.autoconfigure.properties used by org.springframework.boot.test.autoconfigure.web.servletClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource
. -
Classes in org.springframework.boot.test.autoconfigure.properties used by org.springframework.boot.test.autoconfigure.webservices.clientClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource
.