|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.taskdefs.optional.junit.BaseTest
org.apache.tools.ant.taskdefs.optional.junit.JUnitTest
org.jboss.portal.common.junit.ant.ConfigurableJUnitTest
public class ConfigurableJUnitTest
Used by ant to create a representation of the test to run.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.taskdefs.optional.junit.BaseTest |
---|
destDir, errorProperty, failureProperty, filtertrace, fork, formatters, haltOnError, haltOnFail, ifProperty, unlessProperty |
Constructor Summary | |
---|---|
ConfigurableJUnitTest()
|
Method Summary | |
---|---|
void |
addParameter(TestParameter parameter)
|
java.lang.String |
getId()
|
void |
saveState()
Save the state of the junit test on the disk for reuse later in the forked virtual machine. |
void |
setId(java.lang.String id)
|
void |
setTask(ConfigurableJUnitTask task)
|
Methods inherited from class org.apache.tools.ant.taskdefs.optional.junit.JUnitTest |
---|
clone, errorCount, failureCount, getFormatters, getName, getOutfile, getProperties, getRunTime, runCount, setCounts, setName, setOutfile, setProperties, setRunTime, shouldRun |
Methods inherited from class org.apache.tools.ant.taskdefs.optional.junit.BaseTest |
---|
addFormatter, getErrorProperty, getFailureProperty, getFiltertrace, getFork, getHaltonerror, getHaltonfailure, getTodir, setErrorProperty, setFailureProperty, setFiltertrace, setFork, setHaltonerror, setHaltonfailure, setIf, setTodir, setUnless |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurableJUnitTest()
Method Detail |
---|
public void addParameter(TestParameter parameter)
public void setTask(ConfigurableJUnitTask task)
public java.lang.String getId()
public void setId(java.lang.String id)
public void saveState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |