org.junitee.anttask
Class JUnitEETest

java.lang.Object
  extended byorg.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

Constructor Summary
JUnitEETest()
           
 
Method Summary
 void addFormatter(FormatterElement formatter)
           
 java.lang.String getErrorproperty()
           
 java.lang.String getFailureproperty()
           
 boolean getFiltertrace()
           
 java.util.Enumeration getFormatters()
           
 boolean getHaltonerror()
           
 boolean getHaltonfailure()
           
 java.lang.String getIf()
           
 java.lang.String getName()
           
 java.io.File getOutfile()
           
 java.lang.String getResource()
           
 boolean getRunall()
           
 java.io.File getTodir()
           
 java.lang.String getUnless()
           
 void setErrorproperty(java.lang.String value)
           
 void setFailureproperty(java.lang.String value)
           
 void setFiltertrace(boolean filterTrace)
           
 void setHaltonerror(boolean value)
           
 void setHaltonfailure(boolean value)
           
 void setIf(java.lang.String ifProperty)
           
 void setName(java.lang.String value)
           
 void setOutfile(java.lang.String file)
           
 void setResource(java.lang.String value)
           
 void setRunall(boolean value)
           
 void setTodir(java.io.File toDir)
           
 void setUnless(java.lang.String unlessProperty)
           
 boolean shouldExecute(org.apache.tools.ant.Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitEETest

public JUnitEETest()
Method Detail

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()