| Class | Description |
---|
| 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. |