org.junitee.anttask
Class JUnitEETest
java.lang.Object
org.junitee.anttask.JUnitEETest
- public class JUnitEETest
- extends java.lang.Object
This is a data type used by the JUnitEE task and represents a call to the JUnitEE servlet to run
one specific test suite or all available tests.
- Version:
- $Revision: 1.6 $
- Author:
- Oliver Rossmueller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnitEETest
public JUnitEETest()
shouldExecute
public boolean shouldExecute(org.apache.tools.ant.Project project)
addFormatter
public void addFormatter(FormatterElement formatter)
getIf
public java.lang.String getIf()
setIf
public void setIf(java.lang.String ifProperty)
getUnless
public java.lang.String getUnless()
setUnless
public void setUnless(java.lang.String unlessProperty)
setName
public void setName(java.lang.String value)
getName
public java.lang.String getName()
setResource
public void setResource(java.lang.String value)
getResource
public java.lang.String getResource()
setHaltonfailure
public void setHaltonfailure(boolean value)
getHaltonfailure
public boolean getHaltonfailure()
setHaltonerror
public void setHaltonerror(boolean value)
getHaltonerror
public boolean getHaltonerror()
setErrorproperty
public void setErrorproperty(java.lang.String value)
getErrorproperty
public java.lang.String getErrorproperty()
setFailureproperty
public void setFailureproperty(java.lang.String value)
getFailureproperty
public java.lang.String getFailureproperty()
setRunall
public void setRunall(boolean value)
getRunall
public boolean getRunall()
setOutfile
public void setOutfile(java.lang.String file)
getOutfile
public java.io.File getOutfile()
getTodir
public java.io.File getTodir()
setTodir
public void setTodir(java.io.File toDir)
getFiltertrace
public boolean getFiltertrace()
setFiltertrace
public void setFiltertrace(boolean filterTrace)
getFormatters
public java.util.Enumeration getFormatters()