Packageorg.flexunit.runner.notification
Interfacepublic interface IAsyncCompletionRunListener extends IAsyncRunListener, flash.events.IEventDispatcher, IRunListener

An interface for listeners that may need to complete an asynchronous operation after a test run is complete and before the test runner is closed.



Public Properties
 PropertyDefined By
  complete : Boolean
[read-only] Called to determine if an IAsyncCompletionRunListener has completed all required work
IAsyncCompletionRunListener
Public Methods
 MethodDefined By
 Inherited
Called when an atomic test flags that it assumes a condition that is false.
IRunListener
 Inherited
testFailure(failure:Failure):void
Called when an atomic test fails.
IRunListener
 Inherited
testFinished(description:IDescription):void
Called when an atomic test has finished, whether the test succeeds or fails.
IRunListener
 Inherited
testIgnored(description:IDescription):void
Called when a test will not be run, generally because a test method is annotated with the Ignore tag.
IRunListener
 Inherited
testRunFinished(result:Result):void
Called when all tests have finished and the test run is done.
IRunListener
 Inherited
testRunStarted(description:IDescription):void
Called before any tests have been run and the test run is starting.
IRunListener
 Inherited
testStarted(description:IDescription):void
Called when an atomic test is about to be begin.
IRunListener
Property Detail
completeproperty
complete:Boolean  [read-only]

Called to determine if an IAsyncCompletionRunListener has completed all required work


Implementation
    public function get complete():Boolean