test/js/TestSuite.js:3
A test suite that can contain a collection of TestCase and TestSuite objects.
add
testObject
Defined in
test/js/TestSuite.js:52
Adds a test suite or test case to the test suite.
testObject
Test.TestSuite | | YUITest.TestCase
The test suite or test case to add.