Interfaces
 InterfaceDescription
 IAsyncTestResponder This is a marker interface that allows others to substitute their own asynchronous test responsers for the ones that already exist.
 ITestResponder An ITestResponder is an interface for to be implemented by classes that want to handle the results of running a test.
Classes
 ClassDescription
 Async The Async class contains static methods used in the handling of events in asynchronous methods in a particular test case.
 AsyncHandler AsyncHandlers are created when the developer calls the TestCase.asyncHandler() method.
 AsyncLocator The AsyncLocator is used to keep track of test cases that have implemented asynchronous functionality.
 AsyncNativeTestResponder A respoder for asynchronous tests that contains result and fault handlers for the test succeeding or the test failing to succeed.
 AsyncTestResponder A respoder for asynchronous tests that contains result and fault handlers for the test succeeding or the test failing to succeed.
 TestResponder A respoder for tests that contains Functions for the test succeeding or the test failing to succeed.