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 |
---|
PromTestException.ResultMismatch(java.lang.reflect.Method test,
java.lang.String expected,
java.lang.String result) |
PromTestException.ResultMismatch(java.lang.String testScript,
junit.framework.AssertionFailedError junitResult) |
protected java.lang.reflect.Method test
protected java.lang.String expected
protected java.lang.String result
protected java.lang.String testScript
protected junit.framework.AssertionFailedError junitResult
public PromTestException.ResultMismatch(java.lang.reflect.Method test, java.lang.String expected, java.lang.String result)
public PromTestException.ResultMismatch(java.lang.String testScript, junit.framework.AssertionFailedError junitResult)