类的使用
cn.taketoday.test.context.aot.TestContextAotException
使用TestContextAotException的程序包
程序包
说明
Ahead-of-time (AOT) support for the Infra TestContext Framework.
-
cn.taketoday.test.context.aot中TestContextAotException的使用
修饰符和类型方法说明private cn.taketoday.context.support.GenericApplicationContextTestContextAotGenerator.loadContextForAotProcessing(MergedContextConfiguration mergedConfig) Load theGenericApplicationContextfor the supplied merged context configuration for AOT processing.(专用程序包) cn.taketoday.javapoet.ClassNameTestContextAotGenerator.processAheadOfTime(MergedContextConfiguration mergedConfig, cn.taketoday.aot.generate.GenerationContext generationContext) Process the specifiedMergedContextConfigurationahead-of-time using the specifiedGenerationContext.voidTestContextAotGenerator.processAheadOfTime(Stream<Class<?>> testClasses) Process each of the supplied Infra integration test classes and generate AOT artifacts.