Class SpringBootTestAotProcessor


public class SpringBootTestAotProcessor extends TestAotProcessor
Entry point for AOT processing of a Spring Boot application's tests. For internal use only.
Since:
3.0.0
Author:
Andy Wilkinson
  • Constructor Details

    • SpringBootTestAotProcessor

      public SpringBootTestAotProcessor(Set<Path> classpathRoots, AbstractAotProcessor.Settings settings)
      Create a new processor for the specified test classpath roots and general settings.
      Parameters:
      classpathRoots - the classpath roots to scan for test classes
      settings - the general AOT processor settings
  • Method Details

    • main

      public static void main(String[] args)