| Package | funit.core |
| Class | public class TestFixture |
| Inheritance | TestFixture TestSuite Test flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
![]() | description : String | Test | |
![]() | fixture : Object | Test | |
![]() | fixtureSetUp : MethodInfo | TestSuite | |
![]() | fixtureTearDown : MethodInfo | TestSuite | |
![]() | fixtureType : Type | Test | |
![]() | ignoreReason : String | Test | |
| isSuite : Boolean [read-only]
| TestFixture | ||
![]() | parent : ITest
| Test | |
![]() | runState : RunState
| Test | |
![]() | testCount : int | TestSuite | |
![]() | testName : TestName
| Test | |
![]() | tests : Array | TestSuite | |
| testType : String [read-only]
| TestFixture | ||
| Method | Defined by | ||
|---|---|---|---|
|
TestFixture(fixtureType:Type = null)
| TestFixture | ||
![]() |
add(fixture:Object):void
| TestSuite | |
![]() |
addDefinition(definition:Class):void
| TestSuite | |
![]() |
| TestSuite | |
![]() |
addType(type:Type):void
| TestSuite | |
![]() |
endRun():void
[abstract] Used to cancel any asynchronous processes and end the test.
| Test | |
![]() |
run(listener:ITestListener):void
| TestSuite | |
![]() |
| Test | |
![]() |
sort():void
| TestSuite | |
| isSuite | property |
isSuite:Boolean [read-only]Implementation
public function get isSuite():Boolean
| testType | property |
testType:String [read-only]Implementation
public function get testType():String
| TestFixture | () | constructor |
public function TestFixture(fixtureType:Type = null)Parameters
fixtureType:Type (default = null) |