Smutty


Smutty.Smutty_Test_Suite

Class Smutty_Test_Suite

TestSuite
|
+--Smutty_Test_Suite

public class Smutty_Test_Suite
extends TestSuite

Smutty's subclass of the SimpleTest TestSuite

/


Field Summary
mixed

$testDir

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

Field Detail

testDir

public mixed $testDir

directory with test cases */


Constructor Detail

Smutty_Test_Suite

public Smutty_Test_Suite(String testDir)

constructor

Parameters:
testDir - directory that holds tests

Method Detail

addTest

public nothing addTest(String name)

adds a test to the suite

Parameters:
name - test to add
Go to code

run

public nothing run()

runs the test suite

Go to code

Smutty