类 SpringBootTestAotProcessor


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

    • SpringBootTestAotProcessor

      public SpringBootTestAotProcessor(Set<Path> classpathRoots, 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)