| Package | funit.listeners.events |
| Class | public class TestFinishEvent |
| Inheritance | TestFinishEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| result : TestCaseResult | TestFinishEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TestFinishEvent(type:String, result:TestCaseResult)
| TestFinishEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| TEST_FINISH : String = "testFinish" [static]
| TestFinishEvent | ||
| result | property |
public var result:TestCaseResult
| TestFinishEvent | () | constructor |
public function TestFinishEvent(type:String, result:TestCaseResult)Parameters
type:String |
|
result:TestCaseResult |
| TEST_FINISH | constant |
public static const TEST_FINISH:String = "testFinish"