| Class | Description |
---|
| ChildRunnerSequencer |
The ChildRunnerSequencer is used to sequence children of specific class. |
| ErrorReportingRunner |
Runner responsible for reproting errors encountered when attempting to initialize a class instead of running tests
|
| FlexUnit1ClassRunner |
The FlexUnit1ClassRunner is responsible for running FlexUnit1 classes. |
| InitializationError |
The InitializationError represents one or more problems encountered while
initializing an IRunner. |
| SuiteMethod |
Extends FlexUnit1ClassRunner
SuiteMethod adds in the testFromSuiteMethod static class that is used to create a suite method
from the passed in Class
|