@ -331,6 +331,12 @@ you can use in your unit and integration tests in conjunction with the TestConte
@@ -331,6 +331,12 @@ you can use in your unit and integration tests in conjunction with the TestConte
framework. Refer to the corresponding javadocs for further information, including
default attribute values, attribute aliases, and so on.
===== @BootstrapWith
`@BootstrapWith` is a class-level annotation that is used to configure how the _Spring
TestContext Framework_ is bootstrapped. Specifically, `@BootstrapWith` is used to specify
a custom `TestContextBootstrapper`. Consult the <<testcontext-bootstrapping,Bootstrapping
the TestContext framework>> section for further details.
===== @ContextConfiguration
`@ContextConfiguration` defines class-level metadata that is used to determine how to
load and configure an `ApplicationContext` for integration tests. Specifically,
@ -980,6 +986,7 @@ annotations_ and reduce configuration duplication across a test suite.
@@ -980,6 +986,7 @@ annotations_ and reduce configuration duplication across a test suite.
Each of the following may be used as meta-annotations in conjunction with the