spring-framework / org.springframework.test.context.support / DelegatingSmartContextLoader

DelegatingSmartContextLoader

open class DelegatingSmartContextLoader : AbstractDelegatingSmartContextLoader

DelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlContextLoader (or a GenericGroovyXmlContextLoader if Groovy is present in the classpath) and an AnnotationConfigContextLoader.

Author
Sam Brannen

Since
3.1

See Also
SmartContextLoaderAbstractDelegatingSmartContextLoaderGenericXmlContextLoaderGenericGroovyXmlContextLoaderAnnotationConfigContextLoader

Constructors

<init>

DelegatingSmartContextLoader()