Interface QuarkusTestAfterAllCallback


  • public interface QuarkusTestAfterAllCallback
    Can be implemented by classes that shall be called after all test methods in a @QuarkusTest have been run.

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