Uses of Class
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Packages that use AbstractDelegatingSmartContextLoader Package Description org.springframework.test.context.support Support classes for the Spring TestContext Framework.org.springframework.test.context.web Web support classes for the Spring TestContext Framework.Uses of AbstractDelegatingSmartContextLoader in org.springframework.test.context.support
Subclasses of AbstractDelegatingSmartContextLoader in org.springframework.test.context.support Modifier and Type Class Description class
DelegatingSmartContextLoader
DelegatingSmartContextLoader
is a concrete implementation ofAbstractDelegatingSmartContextLoader
that delegates to aGenericXmlContextLoader
(or aGenericGroovyXmlContextLoader
if 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.web Modifier and Type Class Description class
WebDelegatingSmartContextLoader
WebDelegatingSmartContextLoader
is a concrete implementation ofAbstractDelegatingSmartContextLoader
that delegates to aGenericXmlWebContextLoader
(or aGenericGroovyXmlWebContextLoader
if Groovy is present on the classpath) and anAnnotationConfigWebContextLoader
.