org.apache.commons.collections
class BulkTestSuiteMaker extends Object
| Constructor Summary | |
|---|---|
| BulkTestSuiteMaker(Class startingClass)
Constructor.
| |
| Method Summary | |
|---|---|
| TestSuite | make()
Makes a hierarchal TestSuite based on the starting class.
|
Parameters: startingClass the starting class
Returns: the hierarchal TestSuite for startingClass