Uses of Interface
org.springframework.test.context.aot.AotContextLoader
Packages that use AotContextLoader
Package
Description
Support classes for the Spring TestContext Framework.
Web support classes for the Spring TestContext Framework.
-
Uses of AotContextLoader in org.springframework.test.context.support
Classes in org.springframework.test.context.support that implement AotContextLoaderModifier and TypeClassDescriptionclassAbstractDelegatingSmartContextLoaderserves as an abstract base class for implementations of theSmartContextLoaderSPI that delegate to a set of candidate SmartContextLoaders (i.e., one that supports XML configuration files or Groovy scripts and one that supports annotated classes) to determine which context loader is appropriate for a given test class's configuration.classAbstract, generic extension ofAbstractContextLoaderthat loads aGenericApplicationContext.classConcrete implementation ofAbstractGenericContextLoaderthat loads bean definitions from component classes.classDelegatingSmartContextLoaderis a concrete implementation ofAbstractDelegatingSmartContextLoaderthat delegates to aGenericXmlContextLoader(or aGenericGroovyXmlContextLoaderif Groovy is present in the classpath) and anAnnotationConfigContextLoader.classConcrete implementation ofAbstractGenericContextLoaderthat reads bean definitions from Groovy scripts and XML configuration files.classConcrete implementation ofAbstractGenericContextLoaderthat reads bean definitions from XML resources. -
Uses of AotContextLoader in org.springframework.test.context.web
Classes in org.springframework.test.context.web that implement AotContextLoaderModifier 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.classWebDelegatingSmartContextLoaderis a concrete implementation ofAbstractDelegatingSmartContextLoaderthat delegates to aGenericXmlWebContextLoader(or aGenericGroovyXmlWebContextLoaderif Groovy is present on the classpath) and anAnnotationConfigWebContextLoader.