Uses of Package
org.springframework.boot.test.context
Packages that use org.springframework.boot.test.context
Package
Description
Auto-configuration for JDBC tests.
Auto-configuration for web clients.
Auto-configuration for tests using Spring REST Docs.
Test auto-configuration support.
Auto-configuration for JSON tests.
Support for mapping annotation attribute values in the Spring
Environment.Auto-configuration for Spring MVC tests.
Auto-configuration for web service clients.
Auto-configuration for WebTestClient.
-
Classes in org.springframework.boot.test.context used by org.springframework.boot.jdbc.test.autoconfigureClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource. -
Classes in org.springframework.boot.test.context used by org.springframework.boot.restclient.test.autoconfigureClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource. -
Classes in org.springframework.boot.test.context used by org.springframework.boot.restdocs.test.autoconfigureClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource. -
Classes in org.springframework.boot.test.context used by org.springframework.boot.test.autoconfigure
-
Classes in org.springframework.boot.test.context 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.context used by org.springframework.boot.test.contextClassDescriptionFilter to restrict the classes that can be loaded.Filter to restrict the resources that can be loaded.Filter to restrict the packages that can be loaded.Controls when mapping is skipped.Annotation that can be specified on a test class that runs Spring Boot based tests.Enumeration of how the main method of the
@SpringBootConfiguration-annotated class is used when creating and running theSpringApplicationunder test.An enumeration web environment modes.@Componentthat can be used when a bean is intended only for tests, and should be excluded from Spring Boot's component scanning. -
Classes in org.springframework.boot.test.context used by org.springframework.boot.webmvc.test.autoconfigureClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource. -
Classes in org.springframework.boot.test.context used by org.springframework.boot.webservices.test.autoconfigure.clientClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource. -
Classes in org.springframework.boot.test.context used by org.springframework.boot.webtestclient.autoconfigureClassDescriptionIndicates that attributes from a test annotation should be mapped into a
@PropertySource.