类 InfraTestAotProcessor

java.lang.Object
cn.taketoday.context.aot.AbstractAotProcessor<Void>
cn.taketoday.test.context.aot.TestAotProcessor
cn.taketoday.framework.test.context.InfraTestAotProcessor

public class InfraTestAotProcessor extends TestAotProcessor
Entry point for AOT processing of a Infra application's tests. For internal use only.
从以下版本开始:
4.0
作者:
Andy Wilkinson, Harry Yang
  • 构造器详细资料

    • InfraTestAotProcessor

      public InfraTestAotProcessor(Set<Path> classpathRoots, cn.taketoday.context.aot.AbstractAotProcessor.Settings settings)
      Create a new processor for the specified test classpath roots and general settings.
      参数:
      classpathRoots - the classpath roots to scan for test classes
      settings - the general AOT processor settings
  • 方法详细资料

    • main

      public static void main(String[] args)