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