Class SpringBootTestAotProcessor
java.lang.Object
org.springframework.context.aot.AbstractAotProcessor<Void>
org.springframework.test.context.aot.TestAotProcessor
org.springframework.boot.test.context.SpringBootTestAotProcessor
Entry point for AOT processing of a Spring Boot application's tests.
 For internal use only.
- Since:
- 3.0.0
- Author:
- Andy Wilkinson
- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.context.aot.AbstractAotProcessorAbstractAotProcessor.Settings
- 
Constructor SummaryConstructorsConstructorDescriptionSpringBootTestAotProcessor(Set<Path> classpathRoots, AbstractAotProcessor.Settings settings) Create a new processor for the specified test classpath roots and general settings.
- 
Method SummaryMethods inherited from class org.springframework.test.context.aot.TestAotProcessordoProcess, getClasspathRoots, performAotProcessing, scanClasspathRootsMethods inherited from class org.springframework.context.aot.AbstractAotProcessorcreateFileSystemGeneratedFiles, deleteExistingOutput, getSettings, process, writeHints
- 
Constructor Details- 
SpringBootTestAotProcessorCreate 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
 
-