public class ExcelAntEvaluationResult extends Object
| Constructor and Description |
|---|
ExcelAntEvaluationResult(boolean completedWithError,
boolean passed,
double retValue,
String errMessage,
double delta,
String cellId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
didTestPass() |
boolean |
evaluationCompleteWithError() |
String |
getCellName() |
double |
getDelta() |
String |
getErrorMessage() |
double |
getReturnValue() |
String |
toString() |