Uses of Class
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Packages that use AbstractDelegatingSmartContextLoader
Package
Description
Support classes for the Spring TestContext Framework.
Web support classes for the Spring TestContext Framework.
-
Uses of AbstractDelegatingSmartContextLoader in org.springframework.test.context.support
Modifier and TypeClassDescriptionclassDelegatingSmartContextLoaderis a concrete implementation ofAbstractDelegatingSmartContextLoaderthat delegates to aGenericXmlContextLoader(or aGenericGroovyXmlContextLoaderif Groovy is present in the classpath) and anAnnotationConfigContextLoader. -
Uses of AbstractDelegatingSmartContextLoader in org.springframework.test.context.web
Subclasses of AbstractDelegatingSmartContextLoader in org.springframework.test.context.webModifier and TypeClassDescriptionclassWebDelegatingSmartContextLoaderis a concrete implementation ofAbstractDelegatingSmartContextLoaderthat delegates to aGenericXmlWebContextLoader(or aGenericGroovyXmlWebContextLoaderif Groovy is present on the classpath) and anAnnotationConfigWebContextLoader.