Package org.processmining.contexts.cli
Class PromTestException.ResultMismatch
- java.lang.Object
-
- org.processmining.contexts.cli.PromTestException.ResultMismatch
-
- Enclosing class:
- PromTestException
protected static class PromTestException.ResultMismatch extends java.lang.Object
Associates a test case to expected and returned results in case the test was not successful.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
expected
protected junit.framework.AssertionFailedError
junitResult
protected java.lang.String
result
protected java.lang.reflect.Method
test
protected java.lang.String
testScript
-
Constructor Summary
Constructors Constructor Description ResultMismatch(java.lang.reflect.Method test, java.lang.String expected, java.lang.String result)
ResultMismatch(java.lang.String testScript, junit.framework.AssertionFailedError junitResult)
-