Class ExcelAntEvaluationResult


  • public class ExcelAntEvaluationResult
    extends Object
    A simple class that encapsulates information about a cell evaluation from POI.
    • Constructor Detail

      • ExcelAntEvaluationResult

        public ExcelAntEvaluationResult​(boolean completedWithError,
                                        boolean passed,
                                        double retValue,
                                        String errMessage,
                                        double delta,
                                        String cellId)
    • Method Detail

      • getReturnValue

        public double getReturnValue()
      • getErrorMessage

        public String getErrorMessage()
      • didTestPass

        public boolean didTestPass()
      • evaluationCompleteWithError

        public boolean evaluationCompleteWithError()
      • getDelta

        public double getDelta()
      • getCellName

        public String getCellName()