Package org.springframework.test.context.support

Support classes for the Spring TestContext Framework.

See:
          Description

Class Summary
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 AbstractGenericContextLoader.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 processes 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.
 

Package org.springframework.test.context.support Description

Support classes for the Spring TestContext Framework.



Copyright © 2002-2008 The Spring Framework.