@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.