| Class | Description |
| Assert |
A set of assert methods. |
| AsynchronousTestCase |
Extend this class if you have a TestCase that requires the
asynchronous load of external data. |
| AsynchronousTestCaseExample |
This example is built on the following mock data:
This example was created to illustrate how one can build an synchronous
TestCase - one that relies on remote data of some sort. |
| AsyncOperation | |
| RemotingTestCase |
RemotingTestCase
|
| TestCase |
A test case defines the fixture to run multiple tests. |
| TestCaseExample | |
| TestFailure |
A TestFailure collects a failed test together with
the caught exception. |
| TestMethod |
A TestFailure collects a failed test together with
the caught exception. |
| TestResult |
A TestResult collects the results of executing
a test case. |
| TestSuite |
A TestSuite is a Composite of Tests. |