Class QuarkusJunit5Callbacks


  • class QuarkusJunit5Callbacks
    extends QuarkusJunitCallbacks
    Note that we cannot use event.getExecutor().invoke() directly because the callbacks would be invoked upon the original test class instance and not the real test instance.

    This class works for JUnit callbacks only, see QuarkusTestNgCallbacks for TestNG