Class PromTestException.ResultMismatch

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

protected static class PromTestException.ResultMismatch extends Object
Associates a test case to expected and returned results in case the test was not successful.
  • Field Details

    • test

      protected Method test
    • expected

      protected String expected
    • result

      protected String result
    • testScript

      protected String testScript
    • junitResult

      protected junit.framework.AssertionFailedError junitResult
  • Constructor Details

    • ResultMismatch

      public ResultMismatch(Method test, String expected, String result)
    • ResultMismatch

      public ResultMismatch(String testScript, junit.framework.AssertionFailedError junitResult)