Classes in org.springframework.test.context.support that implement ContextLoader |
class |
AbstractContextLoader
Abstract application context loader, which provides a basis for all concrete
implementations of the ContextLoader strategy. |
class |
AbstractGenericContextLoader
Abstract, generic extension of AbstractContextLoader which loads a
GenericApplicationContext from the locations provided to
AbstractGenericContextLoader.loadContext(String...) . |
class |
GenericPropertiesContextLoader
Concrete implementation of AbstractGenericContextLoader which reads
bean definitions from Java Properties resources. |
class |
GenericXmlContextLoader
Concrete implementation of AbstractGenericContextLoader which reads
bean definitions from XML resources. |