Class QuarkusJunit4Callbacks


  • class QuarkusJunit4Callbacks
    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