protected static class PromTestException.ResultMismatch
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
ResultMismatch(java.lang.reflect.Method test,
java.lang.String expected,
java.lang.String result) |
ResultMismatch(java.lang.String testScript,
junit.framework.AssertionFailedError junitResult) |