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.ObjectAssociates 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.Stringexpectedprotected junit.framework.AssertionFailedErrorjunitResultprotected java.lang.Stringresultprotected java.lang.reflect.Methodtestprotected java.lang.StringtestScript
-
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)
-