Uses of Class
org.springframework.test.context.support.AbstractContextLoader
Packages that use AbstractContextLoader 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 AbstractContextLoader in org.springframework.test.context.support
Subclasses of AbstractContextLoader in org.springframework.test.context.support Modifier and Type Class Description class
AbstractGenericContextLoader
Abstract, generic extension ofAbstractContextLoader
that loads aGenericApplicationContext
.class
AnnotationConfigContextLoader
Concrete implementation ofAbstractGenericContextLoader
that loads bean definitions from component classes.class
GenericGroovyXmlContextLoader
Concrete implementation ofAbstractGenericContextLoader
that reads bean definitions from Groovy scripts and XML configuration files.class
GenericPropertiesContextLoader
Concrete implementation ofAbstractGenericContextLoader
that reads bean definitions from JavaProperties
resources.class
GenericXmlContextLoader
Concrete implementation ofAbstractGenericContextLoader
that reads bean definitions from XML resources.Uses of AbstractContextLoader in org.springframework.test.context.web
Subclasses of AbstractContextLoader in org.springframework.test.context.web Modifier and Type Class Description class
AbstractGenericWebContextLoader
Abstract, generic extension ofAbstractContextLoader
that loads aGenericWebApplicationContext
.class
AnnotationConfigWebContextLoader
Concrete implementation ofAbstractGenericWebContextLoader
that loads bean definitions from annotated classes.class
GenericGroovyXmlWebContextLoader
Concrete implementation ofAbstractGenericWebContextLoader
that loads bean definitions from Groovy scripts and XML configuration files.class
GenericXmlWebContextLoader
Concrete implementation ofAbstractGenericWebContextLoader
that loads bean definitions from XML resources.