Class TestGenerationContext

java.lang.Object
org.springframework.aot.generate.DefaultGenerationContext
org.springframework.aot.test.generate.TestGenerationContext
All Implemented Interfaces:
Function<TestCompiler, TestCompiler>, UnaryOperator<TestCompiler>, GenerationContext

public class TestGenerationContext extends DefaultGenerationContext implements UnaryOperator<TestCompiler>
GenerationContext test implementation that uses InMemoryGeneratedFiles and can configure a TestCompiler instance.
Since:
6.0
Author:
Stephane Nicoll, Sam Brannen