Class CurrentTestApplication

java.lang.Object
io.quarkus.deployment.dev.testing.CurrentTestApplication
All Implemented Interfaces:
Consumer<CuratedApplication>

public class CurrentTestApplication extends Object implements Consumer<CuratedApplication>
This class is a bit of a hack, it provides a way to pass in the current curratedApplication into the TestExtension TODO It is only needed for QuarkusMainTest, so we may be able to find a better way. For example, what about JUnit state?