com.canoo.webtest.ant
Class CountWebtestResults
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.canoo.webtest.ant.CountWebtestResults
- All Implemented Interfaces:
- Cloneable
public class CountWebtestResults
- extends Task
Ant task that reads the WebTest results from a WebTest results file.
- Author:
- Marc Guillemot
| Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
CountWebtestResults
public CountWebtestResults()
execute
public void execute()
throws BuildException
- Overrides:
execute in class Task
- Throws:
BuildException
isFailOnError
public boolean isFailOnError()
- Returns:
- the failOnError.
setFailOnError
public void setFailOnError(boolean _failOnError)
- Parameters:
_failOnError - the failOnError to set
getFailureProperty
public String getFailureProperty()
setFailureProperty
public void setFailureProperty(String _failuresProperty)
getSuccessProperty
public String getSuccessProperty()
- Returns:
- the successProperty.
setSuccessProperty
public void setSuccessProperty(String _successProperty)
- Parameters:
_successProperty - the successProperty to set
getResultFile
public File getResultFile()
- Returns:
- the fResultFile.
setResultFile
public void setResultFile(File _resultFile)
- Parameters:
_resultFile - the fResultFile to set
getNbSuccessful
protected int getNbSuccessful()
- Returns:
- the nbSuccessful.
getNbFailed
protected int getNbFailed()
- Returns:
- the nbFailed.