Test.TestSuite Class
A test suite that can contain a collection of TestCase and TestSuite objects.
Methods
add
    
        
            (
    
    
    
    
    
    
    
    
    
    - 
                    
                        
testObject 
Adds a test suite or test case to the test suite.
Parameters:
- 
                    
                        
testObjectTest.TestSuite | | YUITest.TestCaseThe test suite or test case to add.
 
setUp
    
        ()
    
    
    
    
    
    
    
    
    
    Function to run before each test is executed.
tearDown
    
        ()
    
    
    
    
    
    
    
    
    
    Function to run after each test is executed.
