|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.junit.BaseTest | +--org.apache.tools.ant.taskdefs.optional.junit.BatchTest
Create JUnitTests from a list of files.
JUnitTest
Fields inherited from class org.apache.tools.ant.taskdefs.optional.junit.BaseTest |
destDir, fork, formatters, haltOnError, haltOnFail, ifProperty, unlessProperty |
Constructor Summary | |
BatchTest(Project project)
create a new batchtest instance |
Method Summary | |
void |
addFileSet(FileSet fs)
Add a new fileset instance to this batchtest. |
java.util.Enumeration |
elements()
return all JUnitTest instances obtain by applying the fileset rules. |
static java.lang.String |
javaToClass(java.lang.String filename)
convenient method to convert a pathname without extension to a fully qualified classname. |
Methods inherited from class org.apache.tools.ant.taskdefs.optional.junit.BaseTest |
addFormatter, getFork, getHaltonerror, getHaltonfailure, getTodir, setFork, setHaltonerror, setHaltonfailure, setIf, setTodir, setUnless |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BatchTest(Project project)
project
- the project it depends on.Method Detail |
public void addFileSet(FileSet fs)
fs
- the new fileset containing the rules to get the testcases.public final java.util.Enumeration elements()
addTestsTo(Vector)
public static final java.lang.String javaToClass(java.lang.String filename)
filename
- the filename to "convert" to a classname.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |