Interface QuarkusTestBeforeTestExecutionCallback


public interface QuarkusTestBeforeTestExecutionCallback
Can be implemented by classes that shall be called right before a test method in a @QuarkusTest. These callbacks run after QuarkusTestBeforeEachCallback callbacks and are usually accompanied by QuarkusTestAfterTestExecutionCallback.

The implementing class has to be deployed as service provider on the class path.