Class AbstracttestContextBootstrapper

java.lang.Object
org.springframework.test.context.support.AbstracttestContextBootstrapper
All Implemented Interfaces:
testContextBootstrapper
Direct Known Subclasses:
DefaulttestContextBootstrapper

public abstract class AbstracttestContextBootstrapper extends Object implements testContextBootstrapper
Abstract implementation of the testContextBootstrapper interface which provides most of the behavior required by a bootstrapper.

Concrete subclasses typically will only need to provide implementations for the following methods:

To plug in custom ContextCache support, override getCacheAwareContextLoaderDelegate().

Since:
4.1
Author:
Sam Brannen, Juergen Hoeller, Phillip Webb