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
Constructors in org.springframework.test.context with parameters of type TestContextBootstrapperModifierConstructorDescriptionTestContextManager(TestContextBootstrapper testContextBootstrapper) Construct a newTestContextManagerusing the suppliedTestContextBootstrapperand register the necessaryTestExecutionListeners. -
Uses of TestContextBootstrapper in org.springframework.test.context.support
Classes in org.springframework.test.context.support that implement TestContextBootstrapperModifier and TypeClassDescriptionclassAbstract implementation of theTestContextBootstrapperinterface which provides most of the behavior required by a bootstrapper.classDefault implementation of theTestContextBootstrapperSPI. -
Uses of TestContextBootstrapper in org.springframework.test.context.web
Classes in org.springframework.test.context.web that implement TestContextBootstrapperModifier and TypeClassDescriptionclassWeb-specific implementation of theTestContextBootstrapperSPI.