Sydney

Class TestSuite

Object
   |
   +--Assert
         |
         +--Test
               |
               +--TestSuite

class TestSuite
extends Test

Defined in test_suite.js


 
Fields inherited from class Assert
Expected, actual
 
Constructor Summary
TestSuite (<Function> testClass)
            Creates a suite of Tests to run.
 
Method Summary
 void addTest(<Test> test)
           Adds the given test to the suite.
 TestResults run(<TestResults> testResults)
           Iteratively runs all the tests that have ever been added to the suite.
 
Methods inherited from class Assert
assertArraysEqual, assertArraysIdentical, assertDefined, assertEqual, assertFalse, assertIdentical, assertNotIdentical, assertNotNull, assertNull, assertTrue, assertUndefined, fail
 

Constructor Detail

TestSuite

function TestSuite(<Function> testClass)
Method Detail

addTest

void addTest(<Test> test)

run

TestResults run(<TestResults> testResults)

Sydney

SourceForge.net Logo