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