public class RecursiveTestSuite
extends junit.framework.TestSuite
Constructor and Description |
---|
RecursiveTestSuite(File startingPath,
TestFilter testFilter)
Create an instance
|
RecursiveTestSuite(String startingPath,
TestFilter testFilter)
Create a new instance
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main entry point.
|
void |
testFoo()
Dummy test so that JUnit doesn't complain that this suite doesn't have
any tests.
|
public RecursiveTestSuite(String startingPath, TestFilter testFilter) throws IOException
testFilter
- The object that will filter out tests that we don't
wish to runstartingPath
- The directory that we will start our descent in.IOException
- If anything goes wrong during the directory
scanning.public RecursiveTestSuite(File startingPath, TestFilter testFilter) throws IOException
testFilter
- The object that will filter out tests that we don't
wish to runstartingPath
- The directory that we will start our descent in.IOException
- If anything goes wrong during the directory
scanning.public static void main(String[] args)
args
- The argumentspublic void testFoo()
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.