TestSuite

Declared In:

Introduction

A composite of test cases and test suites.



Member Functions

accept

TODO.

add

Adds a test case or test suite to this suite.

isComposite

TODO.


accept


TODO.

on accept(
    aVisitor)

add


Adds a test case or test suite to this suite.

on add(
    aTest)
Parameters
aTest

[script] May be a TestCase object, or a TestSuite object containing other TestCase and TestSuite objects.


isComposite


TODO.