public class ExcelAntEvaluationResult
extends java.lang.Object
Constructor and Description |
---|
ExcelAntEvaluationResult(boolean completedWithError,
boolean passed,
double retValue,
java.lang.String errMessage,
double delta,
java.lang.String cellId) |
Modifier and Type | Method and Description |
---|---|
boolean |
didTestPass() |
boolean |
evaluationCompleteWithError() |
java.lang.String |
getCellName() |
double |
getDelta() |
java.lang.String |
getErrorMessage() |
double |
getReturnValue() |
java.lang.String |
toString() |
public ExcelAntEvaluationResult(boolean completedWithError, boolean passed, double retValue, java.lang.String errMessage, double delta, java.lang.String cellId)
public double getReturnValue()
public java.lang.String getErrorMessage()
public boolean didTestPass()
public boolean evaluationCompleteWithError()
public double getDelta()
public java.lang.String getCellName()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.]]>