Packageorg.flexunit.internals.events
Classpublic class ExecutionCompleteEvent
InheritanceExecutionCompleteEvent Inheritance flash.events.Event

Dispatched when the runner has finished executing tests.



Public Properties
 PropertyDefined By
  error : Error
A potential error that was encountered during execution.
ExecutionCompleteEvent
Public Methods
 MethodDefined By
  
ExecutionCompleteEvent(error:Error = null)
Constructor.
ExecutionCompleteEvent
  
clone():Event
[override] Called by the framework to facilitate any requisite event bubbling.
ExecutionCompleteEvent
Public Constants
 ConstantDefined By
  COMPLETE : String = complete
[static]
ExecutionCompleteEvent
Property Detail
errorproperty
public var error:Error

A potential error that was encountered during execution.

Constructor Detail
ExecutionCompleteEvent()Constructor
public function ExecutionCompleteEvent(error:Error = null)

Constructor.

Parameters
error:Error (default = null) — A potential error that was encountered during execution.
Method Detail
clone()method
override public function clone():Event

Called by the framework to facilitate any requisite event bubbling.

Returns
Event
Constant Detail
COMPLETEConstant
public static const COMPLETE:String = complete