Package | org.flexunit.internals.runners |
Class | public class ErrorReportingRunner |
Inheritance | ErrorReportingRunner ![]() |
Implements | IRunner |
Property | Defined By | ||
---|---|---|---|
description : IDescription [read-only]
Describe the test class and add a child to it for each cause that was associated with the Error
| ErrorReportingRunner |
Method | Defined By | ||
---|---|---|---|
ErrorReportingRunner(testClass:Class, cause:Error)
Constructor. | ErrorReportingRunner | ||
pleaseStop():void
Ask that the tests run stop before starting the next test. | ErrorReportingRunner | ||
Informs the notifier about each potential cause Error for the test class
| ErrorReportingRunner |
description | property |
description:IDescription
[read-only] Describe the test class and add a child to it for each cause that was associated with the Error
public function get description():IDescription
ErrorReportingRunner | () | Constructor |
public function ErrorReportingRunner(testClass:Class, cause:Error)
Constructor.
ParameterstestClass:Class — The test class that generated the error
| |
cause:Error — The error that was generated when attempting to find a
|
pleaseStop | () | method |
public function pleaseStop():void
Ask that the tests run stop before starting the next test. Phrased politely because the test currently running will not be interrupted.
run | () | method |
public function run(notifier:IRunNotifier, previousToken:IAsyncTestToken):void
Informs the notifier about each potential cause Error for the test class
Parameters
notifier:IRunNotifier — The notifer to notify about the cause Errors
| |
previousToken:IAsyncTestToken — A token that will be alerted when the notifer has been notified for each cause Error
|