接口的使用
cn.taketoday.test.context.aot.AotContextLoader
使用AotContextLoader的程序包
程序包
说明
Support classes for the TestContext Framework.
Web support classes for the TestContext Framework.
-
cn.taketoday.test.context.support中AotContextLoader的使用
修饰符和类型类说明classAbstractDelegatingSmartContextLoaderserves 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 aGenericXmlContextLoaderAnnotationConfigContextLoader.classConcrete implementation ofAbstractGenericContextLoaderthat reads bean definitions from JavaPropertiesresources.classConcrete implementation ofAbstractGenericContextLoaderthat reads bean definitions from XML resources.修饰符和类型方法说明private AotContextLoaderAbstractDelegatingSmartContextLoader.getAotContextLoader(MergedContextConfiguration mergedConfig) -
cn.taketoday.test.context.web中AotContextLoader的使用
修饰符和类型类说明classAbstract, generic extension ofAbstractContextLoaderthat loads aGenericWebApplicationContext.classConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from annotated classes.classConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from XML resources.classWebDelegatingSmartContextLoaderis a concrete implementation ofAbstractDelegatingSmartContextLoaderthat delegates to aGenericXmlWebContextLoaderand anAnnotationConfigWebContextLoader.