TestSuite
|
+--Smutty_Test_Suite
public class Smutty_Test_Suite
extends TestSuite
| Field Summary | |
|---|---|
| mixed | directory with test cases */ |
| Constructor Summary | |
|---|---|
Smutty_Test_Suite(String testDir) constructor |
|
| Method Summary | |
|---|---|
| nothing | addTest(String name) adds a test to the suite |
| nothing | run() runs the test suite |
public mixed $testDir
directory with test cases */
public Smutty_Test_Suite(String testDir)
constructor
public nothing addTest(String name)
adds a test to the suite
public nothing run()
runs the test suite
Smutty's subclass of the SimpleTest TestSuite
/