Uses of Interface
org.springframework.test.context.aot.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
Modifier and TypeClassDescriptionclass
AbstractDelegatingSmartContextLoader
serves as an abstract base class for implementations of theSmartContextLoader
SPI 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.class
Abstract, generic extension ofAbstractContextLoader
that loads aGenericApplicationContext
.class
Concrete implementation ofAbstractGenericContextLoader
that loads bean definitions from component classes.class
DelegatingSmartContextLoader
is a concrete implementation ofAbstractDelegatingSmartContextLoader
that delegates to aGenericXmlContextLoader
(or aGenericGroovyXmlContextLoader
if Groovy is present in the classpath) and anAnnotationConfigContextLoader
.class
Concrete implementation ofAbstractGenericContextLoader
that reads bean definitions from Groovy scripts and XML configuration files.class
Concrete implementation ofAbstractGenericContextLoader
that reads bean definitions from XML resources. -
Uses of AotContextLoader in org.springframework.test.context.web
Modifier and TypeClassDescriptionclass
Abstract, generic extension ofAbstractContextLoader
that loads aGenericWebApplicationContext
.class
Concrete implementation ofAbstractGenericWebContextLoader
that loads bean definitions from annotated classes.class
Concrete implementation ofAbstractGenericWebContextLoader
that loads bean definitions from Groovy scripts and XML configuration files.class
Concrete implementation ofAbstractGenericWebContextLoader
that loads bean definitions from XML resources.class
WebDelegatingSmartContextLoader
is a concrete implementation ofAbstractDelegatingSmartContextLoader
that delegates to aGenericXmlWebContextLoader
(or aGenericGroovyXmlWebContextLoader
if Groovy is present on the classpath) and anAnnotationConfigWebContextLoader
.