spring-framework / org.springframework.test.context / BootstrapWith / <init>

<init>

BootstrapWith(value: KClass<out TestContextBootstrapper>)

@BootstrapWith defines class-level metadata that is used to determine how to bootstrap the Spring TestContext Framework.

This annotation may also be used as a meta-annotation to create custom composed annotations.

Author
Sam Brannen

Since
4.1

See Also
BootstrapContextTestContextBootstrapper