org.apache.tools.ant.taskdefs.optional.junit
Class BaseTest
java.lang.Object
org.apache.tools.ant.taskdefs.optional.junit.BaseTest
public abstract class BaseTest
extends java.lang.Object
Baseclass for BatchTest and JUnitTest.
destDir
protected File destDir
destination directory
errorProperty
protected String errorProperty
failureProperty
protected String failureProperty
filtertrace
protected boolean filtertrace
fork
protected boolean fork
formatters
protected Vector formatters
haltOnError
protected boolean haltOnError
haltOnFail
protected boolean haltOnFail
ifProperty
protected String ifProperty
unlessProperty
protected String unlessProperty
getErrorProperty
public java.lang.String getErrorProperty()
getFailureProperty
public java.lang.String getFailureProperty()
getFiltertrace
public boolean getFiltertrace()
getFork
public boolean getFork()
getHaltonerror
public boolean getHaltonerror()
getHaltonfailure
public boolean getHaltonfailure()
getTodir
public String getTodir()
- the destination directory as an absolute path if it exists
otherwise return null
setErrorProperty
public void setErrorProperty(String errorProperty)
setFailureProperty
public void setFailureProperty(String failureProperty)
setFiltertrace
public void setFiltertrace(boolean value)
setFork
public void setFork(boolean value)
setHaltonerror
public void setHaltonerror(boolean value)
setHaltonfailure
public void setHaltonfailure(boolean value)
setIf
public void setIf(String propertyName)
setTodir
public void setTodir(File destDir)
Sets the destination directory.
setUnless
public void setUnless(String propertyName)
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.