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