Packagefunit.core
Classpublic class TestFixture
InheritanceTestFixture Inheritance TestSuite Inheritance Test Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
 Inheriteddescription : String
Test
 Inheritedfixture : Object
Test
 InheritedfixtureSetUp : MethodInfo
TestSuite
 InheritedfixtureTearDown : MethodInfo
TestSuite
 InheritedfixtureType : Type
Test
 InheritedignoreReason : String
Test
  isSuite : Boolean
[read-only]
TestFixture
 Inheritedparent : ITest
Test
 InheritedrunState : RunState
Test
 InheritedtestCount : int
TestSuite
 InheritedtestName : TestName
Test
 Inheritedtests : Array
TestSuite
  testType : String
[read-only]
TestFixture
Public Methods
 MethodDefined by
  
TestFixture(fixtureType:Type = null)
TestFixture
 Inherited
add(fixture:Object):void
TestSuite
 Inherited
addDefinition(definition:Class):void
TestSuite
 Inherited
addTest(test:Test):void
TestSuite
 Inherited
addType(type:Type):void
TestSuite
 Inherited
endRun():void
[abstract] Used to cancel any asynchronous processes and end the test.
Test
 Inherited
run(listener:ITestListener):void
TestSuite
 Inherited
setParent(test:ITest):void
Test
 Inherited
sort():void
TestSuite
Protected Methods
 MethodDefined by
 Inherited
TestSuite
 Inherited
delayTestFinish(timeout:int):void
Enters asynchronous mode and begins a delay period.
Test
 Inherited
finishTest(result:TestResult):void
Marks the test as complete and closes asynchronous mode successfully.
Test
 Inherited
runOneTimeSetUp(suiteResult:TestResult):void
TestSuite
 Inherited
runOneTimeTearDown(suiteResult:TestResult):void
TestSuite
Property detail
isSuiteproperty
isSuite:Boolean  [read-only]

Implementation
    public function get isSuite():Boolean
testTypeproperty 
testType:String  [read-only]

Implementation
    public function get testType():String
Constructor detail
TestFixture()constructor
public function TestFixture(fixtureType:Type = null)

Parameters
fixtureType:Type (default = null)