Packagefunit.core
Interfacepublic interface ITest
ImplementorsDebugTestListener, TeamCityTestListener, Test, TestDispatcher, TestListenerCollection, TestRunner



Public Properties
 PropertyDefined 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
Property detail
descriptionproperty
description:String  [read-write]

Implementation
    public function get description():String
    public function set description(value:String):void
ignoreReasonproperty 
ignoreReason:String  [read-write]

Implementation
    public function get ignoreReason():String
    public function set ignoreReason(value:String):void
isSuiteproperty 
isSuite:Boolean  [read-only]

Implementation
    public function get isSuite():Boolean
parentproperty 
parent:ITest  [read-only]

Implementation
    public function get parent():ITest
runStateproperty 
runState:RunState  [read-write]

Implementation
    public function get runState():RunState
    public function set runState(value:RunState):void
testCountproperty 
testCount:int  [read-only]

Implementation
    public function get testCount():int
testNameproperty 
testName:TestName  [read-only]

Implementation
    public function get testName():TestName
testsproperty 
tests:Array  [read-only]

Implementation
    public function get tests():Array
testTypeproperty 
testType:String  [read-only]

Implementation
    public function get testType():String