package

org.springframework.test.context.support

Support classes for the Spring TestContext Framework.

Classes

AbstractContextLoader Abstract application context loader, which provides a basis for all concrete implementations of the ContextLoader strategy. 
AbstractGenericContextLoader Abstract, generic extension of AbstractContextLoader which loads a GenericApplicationContext from the locations provided to loadContext(String)
AbstractTestExecutionListener Abstract implementation of the TestExecutionListener interface which provides empty method stubs. 
DependencyInjectionTestExecutionListener TestExecutionListener which provides support for dependency injection and initialization of test instances. 
DirtiesContextTestExecutionListener TestExecutionListener which provides support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods configured with the @DirtiesContext annotation. 
GenericPropertiesContextLoader

Concrete implementation of AbstractGenericContextLoader which reads bean definitions from Java Properties resources. 

GenericXmlContextLoader Concrete implementation of AbstractGenericContextLoader which reads bean definitions from XML resources.