All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ITestResult |
evalResult(String executionId,
String testName,
String result) |
ITestResult |
evalResult(String executionId,
String testName,
Throwable t) |
protected ITestResult |
evalResultFailExpected(String executionId,
String testName,
String result) |
protected ITestResult |
evalResultFailExpected(String executionId,
String testName,
Throwable t) |
protected ITestResult |
evalResultSuccessExpected(String executionId,
String testName,
String result) |
protected ITestResult |
evalResultSuccessExpected(String executionId,
String testName,
Throwable t) |
ITestResource |
getOutput() |
Class<? extends Throwable> |
getOutputThrowableClass() |
String |
getOutputThrowableMessagePattern() |
boolean |
isExactMatch() |
boolean |
isSuccessExpected() |
void |
setExactMatch(boolean exactMatch) |
void |
setOutput(ITestResource output) |
void |
setOutputThrowableClass(Class<? extends Throwable> outputThrowableClass) |
void |
setOutputThrowableMessagePattern(String outputThrowableMessagePattern) |