Class AbstractGenericContextLoader

java.lang.Object
org.springframework.test.context.support.AbstractContextLoader
org.springframework.test.context.support.AbstractGenericContextLoader
All Implemented Interfaces:
ContextLoader, SmartContextLoader
Direct Known Subclasses:
AnnotationConfigContextLoader, GenericPropertiesContextLoader, GenericXmlContextLoader

public abstract class AbstractGenericContextLoader extends AbstractContextLoader
Abstract, generic extension of AbstractContextLoader that loads a GenericApplicationContext.

Concrete subclasses must provide an appropriate implementation of createBeanDefinitionReader(), potentially overriding loadBeanDefinitions() as well.

Since:
2.5
Author:
Sam Brannen, Juergen Hoeller, Phillip Webb
See Also: