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 Summary
Nested classes/interfaces inherited from class org.springframework.context.aot.AbstractAotProcessor
AbstractAotProcessor.Settings - 
Field Summary
Fields inherited from class org.springframework.context.aot.AbstractAotProcessor
AOT_PROCESSING - 
Constructor Summary
ConstructorsConstructorDescriptionSpringBootTestAotProcessor(Set<Path> classpathRoots, AbstractAotProcessor.Settings settings) Create a new processor for the specified test classpath roots and general settings. - 
Method Summary
Methods inherited from class org.springframework.test.context.aot.TestAotProcessor
doProcess, getClasspathRoots, performAotProcessing, scanClasspathRootsMethods inherited from class org.springframework.context.aot.AbstractAotProcessor
createFileSystemGeneratedFiles, deleteExistingOutput, getSettings, process, writeHints 
- 
Constructor Details
- 
SpringBootTestAotProcessor
Create a new processor for the specified test classpath roots and general settings.- Parameters:
 classpathRoots- the classpath roots to scan for test classessettings- the general AOT processor settings
 
 - 
 - 
Method Details
- 
main
 
 -