Interface | Description | |
---|---|---|
IDescribable | The IDescribable interface is to be used by classes that can produce an IDescription of themselves. | |
IDescription | An IDescription class that is being used in a test run. | |
IRequest | An IRequest is an abstract description of tests to be run. | |
IRunner | An IRunner runs tests and notifies a org.flexunit.runner.notification.RunNotifier of significant events as it does so. |
Class | Description | |
---|---|---|
Description | A Description describes a suite, test case, or test which is to be run or has been run. | |
Descriptor | Describes an IDescription based on its path, suite, and method | |
FlexUnitCore | FlexUnit4 Version: 4.2.0 The FlexUnitCore is responsible for executing objects that implement an IRequest interface. | |
Request | A Request is an abstract description of tests to be run. | |
Result | A Result collects and summarizes information from running multiple tests. |