Class DefaultTestContextBootstrapper

java.lang.Object
org.springframework.test.context.support.AbstractTestContextBootstrapper
org.springframework.test.context.support.DefaultTestContextBootstrapper
All Implemented Interfaces:
TestContextBootstrapper
Direct Known Subclasses:
WebTestContextBootstrapper

public class DefaultTestContextBootstrapper extends AbstractTestContextBootstrapper
Default implementation of the TestContextBootstrapper SPI.

Uses DelegatingSmartContextLoader as the default ContextLoader.

Since:
4.1
Author:
Sam Brannen