Uses of Interface
org.springframework.test.context.TestContextBootstrapper
Packages that use TestContextBootstrapper Package Description org.springframework.test.context 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.org.springframework.test.context.support Support classes for the Spring TestContext Framework.org.springframework.test.context.web Web support classes for the Spring TestContext Framework.Uses of TestContextBootstrapper in org.springframework.test.context
Methods in org.springframework.test.context that return types with arguments of type TestContextBootstrapper Modifier and Type Method Description Class<? extends TestContextBootstrapper>value()TheTestContextBootstrapperto use to bootstrap the Spring TestContext Framework.Constructors in org.springframework.test.context with parameters of type TestContextBootstrapper Constructor Description TestContextManager(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 TestContextBootstrapper Modifier and Type Class Description classAbstractTestContextBootstrapperAbstract implementation of theTestContextBootstrapperinterface which provides most of the behavior required by a bootstrapper.classDefaultTestContextBootstrapperDefault implementation of theTestContextBootstrapperSPI.Uses of TestContextBootstrapper in org.springframework.test.context.web
Classes in org.springframework.test.context.web that implement TestContextBootstrapper Modifier and Type Class Description classWebTestContextBootstrapperWeb-specific implementation of theTestContextBootstrapperSPI.