Uses of Class
org.springframework.test.context.support.AbstractTestContextBootstrapper
Packages that use AbstractTestContextBootstrapper Package Description 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 AbstractTestContextBootstrapper in org.springframework.test.context.support
Subclasses of AbstractTestContextBootstrapper in org.springframework.test.context.support Modifier and Type Class Description class
DefaultTestContextBootstrapper
Default implementation of theTestContextBootstrapper
SPI.Uses of AbstractTestContextBootstrapper in org.springframework.test.context.web
Subclasses of AbstractTestContextBootstrapper in org.springframework.test.context.web Modifier and Type Class Description class
WebTestContextBootstrapper
Web-specific implementation of theTestContextBootstrapper
SPI.