Class PromTestException.WrappedException

java.lang.Object
org.processmining.contexts.cli.PromTestException.WrappedException
Enclosing class:
PromTestException

protected static class PromTestException.WrappedException extends Object
Associates a test case to a thrown exception that occurred during its execution.
  • Field Details

    • test

      protected Method test
    • testScript

      protected String testScript
    • thrown

      protected Throwable thrown
  • Constructor Details

    • WrappedException

      public WrappedException(Method test, Throwable thrown)
    • WrappedException

      public WrappedException(String testScript, Throwable thrown)