Uses of Interface
org.springframework.test.context.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
Modifier 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
.ModifierConstructorDescriptionTestContextManager
(TestContextBootstrapper testContextBootstrapper) Construct a newTestContextManager
using the suppliedTestContextBootstrapper
and register the necessaryTestExecutionListeners
. -
Uses of TestContextBootstrapper in org.springframework.test.context.support
Modifier 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
Modifier and TypeClassDescriptionclass
Web-specific implementation of theTestContextBootstrapper
SPI.