Class TestAotProcessor

java.lang.Object
org.springframework.context.aot.AbstractAotProcessor<Void>
org.springframework.test.context.aot.TestAotProcessor

public abstract class TestAotProcessor extends AbstractAotProcessor<Void>
Filesystem-based ahead-of-time (AOT) processing base implementation that scans the provided classpath roots for Spring integration test classes and then generates AOT artifacts for those test classes in the configured output directories.

Concrete implementations are typically used to kick off optimization of a test suite in a build tool.

Since:
6.0
Author:
Sam Brannen
See Also: