Interface QuarkusTestAfterTestExecutionCallback


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

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