For the latest stable version, please use Spring Framework 6.2.0! |
@BootstrapWith
@BootstrapWith
is a class-level annotation that you can use to configure how the Spring
TestContext Framework is bootstrapped. Specifically, you can use @BootstrapWith
to
specify a custom TestContextBootstrapper
. See the section on
bootstrapping the TestContext framework for further details.