Uses of Class
io.quarkus.arquillian.QuarkusJunitCallbacks
-
-
Uses of QuarkusJunitCallbacks in io.quarkus.arquillian
Subclasses of QuarkusJunitCallbacks in io.quarkus.arquillian Modifier and Type Class Description (package private) classQuarkusJunit4CallbacksNote 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.(package private) classQuarkusJunit5CallbacksNote 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.
-