Interface QuarkusTestBeforeEachCallback


public interface QuarkusTestBeforeEachCallback
Can be implemented by classes that shall be called before each test method in a @QuarkusTest.

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