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 classAbstractGenericContextLoaderAbstract, generic extension ofAbstractContextLoaderthat loads aGenericApplicationContext.classAnnotationConfigContextLoaderConcrete implementation ofAbstractGenericContextLoaderthat loads bean definitions from component classes.classGenericGroovyXmlContextLoaderConcrete implementation ofAbstractGenericContextLoaderthat reads bean definitions from Groovy scripts and XML configuration files.classGenericPropertiesContextLoaderConcrete implementation ofAbstractGenericContextLoaderthat reads bean definitions from JavaPropertiesresources.classGenericXmlContextLoaderConcrete 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.web Modifier and Type Class Description classAbstractGenericWebContextLoaderAbstract, generic extension ofAbstractContextLoaderthat loads aGenericWebApplicationContext.classAnnotationConfigWebContextLoaderConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from annotated classes.classGenericGroovyXmlWebContextLoaderConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from Groovy scripts and XML configuration files.classGenericXmlWebContextLoaderConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from XML resources.