Package io.quarkus.dev.testing
Class ExceptionReporting
- java.lang.Object
-
- io.quarkus.dev.testing.ExceptionReporting
-
public class ExceptionReporting extends Object
Class that is used to notify test classes of failures on the server side.This allows for server side exceptions to be added to the test failure
-
-
Constructor Summary
Constructors Constructor Description ExceptionReporting()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidnotifyException(Throwable exception)static voidsetListener(Consumer<Throwable> l)
-