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 Details

    • ExceptionReporting

      public ExceptionReporting()
  • Method Details

    • notifyException

      public static void notifyException(Throwable exception)
    • setListener

      public static void setListener(Consumer<Throwable> l)