Uses of Interface
org.springframework.test.context.TestContextBootstrapper
Packages that use TestContextBootstrapper
Package
Description
This package contains the Spring TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
Support classes for the Spring TestContext Framework.
Web support classes for the Spring TestContext Framework.
-
Uses of TestContextBootstrapper in org.springframework.test.context
Methods in org.springframework.test.context that return TestContextBootstrapperModifier and TypeMethodDescriptionstatic TestContextBootstrapper
BootstrapUtils.resolveTestContextBootstrapper
(Class<?> testClass) Resolve theTestContextBootstrapper
type for the supplied test class using the defaultBootstrapContext
, instantiate the bootstrapper, and provide it a reference to theBootstrapContext
.Constructors in org.springframework.test.context with parameters of type TestContextBootstrapperModifierConstructorDescriptionTestContextManager
(TestContextBootstrapper testContextBootstrapper) Construct a newTestContextManager
using the suppliedTestContextBootstrapper
and register the necessaryTestExecutionListeners
. -
Uses of TestContextBootstrapper in org.springframework.test.context.support
Classes in org.springframework.test.context.support that implement TestContextBootstrapperModifier and TypeClassDescriptionclass
Abstract implementation of theTestContextBootstrapper
interface which provides most of the behavior required by a bootstrapper.class
Default implementation of theTestContextBootstrapper
SPI. -
Uses of TestContextBootstrapper in org.springframework.test.context.web
Classes in org.springframework.test.context.web that implement TestContextBootstrapperModifier and TypeClassDescriptionclass
Web-specific implementation of theTestContextBootstrapper
SPI.