| Package | funit.core |
| Interface | public interface ITest |
| Implementors | DebugTestListener, TeamCityTestListener, Test, TestDispatcher, TestListenerCollection, TestRunner |
| Property | Defined by | ||
|---|---|---|---|
| description : String | ITest | ||
| ignoreReason : String | ITest | ||
| isSuite : Boolean [read-only]
| ITest | ||
| parent : ITest
[read-only]
| ITest | ||
| runState : RunState
| ITest | ||
| testCount : int [read-only]
| ITest | ||
| testName : TestName
[read-only]
| ITest | ||
| tests : Array [read-only]
| ITest | ||
| testType : String [read-only]
| ITest | ||
| description | property |
description:String [read-write]Implementation
public function get description():String
public function set description(value:String):void
| ignoreReason | property |
ignoreReason:String [read-write]Implementation
public function get ignoreReason():String
public function set ignoreReason(value:String):void
| isSuite | property |
isSuite:Boolean [read-only]Implementation
public function get isSuite():Boolean
| parent | property |
| runState | property |
runState:RunState [read-write]Implementation
public function get runState():RunState
public function set runState(value:RunState):void
| testCount | property |
testCount:int [read-only]Implementation
public function get testCount():int
| testName | property |
| tests | property |
tests:Array [read-only]Implementation
public function get tests():Array
| testType | property |
testType:String [read-only]Implementation
public function get testType():String