Create then run JUnitTest's based on the list of files
given by the fileset attribute.
Every .java or .class file in the fileset is
assumed to be a testcase.
A JUnitTest is created for each of these named classes with
basic setup inherited from the parent BatchTest.
See Also:JUnitTest
Add a new ResourceCollection instance to this
batchtest. Whatever the collection is, only names that are
.java or .class will be considered as
'candidates'.
Parameters: rc - the new ResourceCollection containing the rules toget the testcases. since: Ant 1.7
Add a new fileset instance to this batchtest. Whatever the fileset is,
only filename that are .java or .class will be
considered as 'candidates'.
Parameters: fs - the new fileset containing the rules to get the testcases.
Convenient method to merge the JUnitTests of this batchtest
to a Vector.
Parameters: v - the vector to which should be added all individual tests of thisbatch test.
Convenient method to convert a pathname without extension to a
fully qualified classname. For example org/apache/Whatever will
be converted to org.apache.Whatever Parameters: filename - the filename to "convert" to a classname. the classname matching the filename.
Fields inherited from org.apache.tools.ant.taskdefs.optional.junit.BaseTest