| Package | funit.listeners.events |
| Class | public class RunStartEvent |
| Inheritance | RunStartEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
RunStartEvent(type:String, testName:String, testCount:int)
| RunStartEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| RUN_START : String = "runStart" [static]
| RunStartEvent | ||
| testCount | property |
public var testCount:int
| testName | property |
public var testName:String
| RunStartEvent | () | constructor |
public function RunStartEvent(type:String, testName:String, testCount:int)Parameters
type:String |
|
testName:String |
|
testCount:int |
| RUN_START | constant |
public static const RUN_START:String = "runStart"