open class DefaultTestContextBootstrapper : AbstractTestContextBootstrapper
Default implementation of the TestContextBootstrapper SPI.
Uses DelegatingSmartContextLoader as the default ContextLoader.
Author
Sam Brannen
Since
4.1
DefaultTestContextBootstrapper()
Default implementation of the TestContextBootstrapper SPI. Uses DelegatingSmartContextLoader as the default ContextLoader. |
open class WebTestContextBootstrapper : DefaultTestContextBootstrapper
Web-specific implementation of the TestContextBootstrapper SPI.
|