Uses of Class
org.springframework.test.context.support.AbstractContextLoader
Packages that use AbstractContextLoader
Package
Description
Support classes for the Spring TestContext Framework.
Web support classes for the Spring TestContext Framework.
-
Uses of AbstractContextLoader in org.springframework.test.context.support
Subclasses of AbstractContextLoader in org.springframework.test.context.supportModifier and TypeClassDescriptionclassAbstract, generic extension ofAbstractContextLoaderthat loads aGenericApplicationContext.classConcrete implementation ofAbstractGenericContextLoaderthat loads bean definitions from component classes.classConcrete implementation ofAbstractGenericContextLoaderthat reads bean definitions from Groovy scripts and XML configuration files.classConcrete implementation ofAbstractGenericContextLoaderthat reads bean definitions from XML resources. -
Uses of AbstractContextLoader in org.springframework.test.context.web
Subclasses of AbstractContextLoader in org.springframework.test.context.webModifier and TypeClassDescriptionclassAbstract, generic extension ofAbstractContextLoaderthat loads aGenericWebApplicationContext.classConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from annotated classes.classConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from Groovy scripts and XML configuration files.classConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from XML resources.