Class ExcelAntTest

  • All Implemented Interfaces:
    Cloneable

    public class ExcelAntTest
    extends org.apache.tools.ant.Task
    This class represents a single test. In order for the test any and all ExcelAntEvaluateCell evaluations must pass. Therefore it is recommended that you use only 1 evaluator but you can use more if you choose.
    • Constructor Detail

      • ExcelAntTest

        public ExcelAntTest()
    • Method Detail

      • setPrecision

        public void setPrecision​(double precision)
      • setShowFailureDetail

        public void setShowFailureDetail​(boolean value)
      • setName

        public void setName​(String nm)
      • getName

        public String getName()
      • setShowSuccessDetails

        public void setShowSuccessDetails​(boolean details)
      • showSuccessDetails

        public boolean showSuccessDetails()
      • execute

        public void execute()
                     throws org.apache.tools.ant.BuildException
        Overrides:
        execute in class org.apache.tools.ant.Task
        Throws:
        org.apache.tools.ant.BuildException
      • didTestPass

        public boolean didTestPass()