This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Framework 6.0.25! |
@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.