org.apache.tools.ant.taskdefs.optional.junit
public abstract class BaseTest extends Object
Field Summary | |
---|---|
protected File | destDir destination directory |
protected String | errorProperty |
protected String | failureProperty |
protected boolean | filtertrace |
protected boolean | fork |
protected Vector | formatters |
protected boolean | haltOnError |
protected boolean | haltOnFail |
protected String | ifProperty |
protected String | unlessProperty |
Method Summary | |
---|---|
void | addFormatter(FormatterElement elem) |
String | getErrorProperty() |
String | getFailureProperty() |
boolean | getFiltertrace() |
boolean | getFork() |
boolean | getHaltonerror() |
boolean | getHaltonfailure() |
String | getTodir() |
void | setErrorProperty(String errorProperty) |
void | setFailureProperty(String failureProperty) |
void | setFiltertrace(boolean value) |
void | setFork(boolean value) |
void | setHaltonerror(boolean value) |
void | setHaltonfailure(boolean value) |
void | setIf(String propertyName) |
void | setTodir(File destDir)
Sets the destination directory. |
void | setUnless(String propertyName) |
Returns: the destination directory as an absolute path if it exists otherwise return null