| Package | funit.core |
| Class | public class TestSuite |
| Inheritance | TestSuite Test flash.events.EventDispatcher |
| Subclasses | TestFixture |
| 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]
| TestSuite | ||
![]() | parent : ITest
| Test | |
![]() | runState : RunState
| Test | |
| testCount : int [read-only]
| TestSuite | ||
![]() | testName : TestName
| Test | |
| tests : Array [read-only]
| TestSuite | ||
| testType : String [read-only]
| TestSuite | ||
| Method | Defined by | ||
|---|---|---|---|
|
TestSuite(fixtureType:Type = null)
| TestSuite | ||
|
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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
createUserFixture():void
| TestSuite | ||
![]() |
delayTestFinish(timeout:int):void
Enters asynchronous mode and begins a delay period.
| Test | |
![]() |
finishTest(result:TestResult):void
Marks the test as complete and closes asynchronous mode successfully.
| Test | |
|
runOneTimeSetUp(suiteResult:TestResult):void
| TestSuite | ||
|
runOneTimeTearDown(suiteResult:TestResult):void
| TestSuite | ||
| fixtureSetUp | property |
fixtureSetUp:MethodInfo [read-write]Implementation
public function get fixtureSetUp():MethodInfo
public function set fixtureSetUp(value:MethodInfo):void
| fixtureTearDown | property |
fixtureTearDown:MethodInfo [read-write]Implementation
public function get fixtureTearDown():MethodInfo
public function set fixtureTearDown(value:MethodInfo):void
| isSuite | property |
isSuite:Boolean [read-only]Implementation
public function get isSuite():Boolean
| testCount | property |
testCount:int [read-only]Implementation
public function get testCount():int
| tests | property |
tests:Array [read-only]Implementation
public function get tests():Array
| testType | property |
testType:String [read-only]Implementation
public function get testType():String
| TestSuite | () | constructor |
public function TestSuite(fixtureType:Type = null)Parameters
fixtureType:Type (default = null) |
| add | () | method |
public function add(fixture:Object):voidParameters
fixture:Object |
| addDefinition | () | method |
public function addDefinition(definition:Class):voidParameters
definition:Class |
| addTest | () | method |
| addType | () | method |
public function addType(type:Type):voidParameters
type:Type |
| createUserFixture | () | method |
protected function createUserFixture():void
| run | () | method |
| runOneTimeSetUp | () | method |
| runOneTimeTearDown | () | method |
protected function runOneTimeTearDown(suiteResult:TestResult):voidParameters
suiteResult:TestResult |
| sort | () | method |
public function sort():void