Package | org.flexunit.flexui |
Class | public class TestRunnerBase |
Inheritance | TestRunnerBase ![]() |
Implements | mx.binding.IBindingClient, org.flexunit.runner.notification.ITemporalRunListener |
Property | Defined By | ||
---|---|---|---|
leftHandSide : LeftHandSide | TestRunnerBase | ||
model : TestRunnerBasePresentationModel | TestRunnerBase | ||
rightHandSide : RightHandSide | TestRunnerBase | ||
test : * | TestRunnerBase |
Method | Defined By | ||
---|---|---|---|
Constructor. | TestRunnerBase | ||
startTest():void | TestRunnerBase | ||
testAssumptionFailure(failure:Failure):void | TestRunnerBase | ||
testFailure(failure:Failure):void | TestRunnerBase | ||
testFinished(description:IDescription):void | TestRunnerBase | ||
testIgnored(description:IDescription):void
Called when a test will not be run, generally because a test method is annotated
with { | TestRunnerBase | ||
testRunFinished(result:Result):void | TestRunnerBase | ||
testRunStarted(description:IDescription):void | TestRunnerBase | ||
testStarted(description:IDescription):void | TestRunnerBase | ||
testTimed(description:IDescription, runTime:Number):void | TestRunnerBase |
Event | Summary | Defined By | ||
---|---|---|---|---|
TestRunnerBase |
leftHandSide | property |
public var leftHandSide:LeftHandSide
This property can be used as the source for data binding.
model | property |
public var model:TestRunnerBasePresentationModel
This property can be used as the source for data binding.
rightHandSide | property |
public var rightHandSide:RightHandSide
This property can be used as the source for data binding.
test | property |
public var test:*
TestRunnerBase | () | Constructor |
public function TestRunnerBase()
Constructor.
startTest | () | method |
public function startTest():void
testAssumptionFailure | () | method |
public function testAssumptionFailure(failure:Failure):void
Parameters
failure:Failure |
testFailure | () | method |
public function testFailure(failure:Failure):void
Parameters
failure:Failure |
testFinished | () | method |
public function testFinished(description:IDescription):void
Parameters
description:IDescription |
testIgnored | () | method |
public function testIgnored(description:IDescription):void
Called when a test will not be run, generally because a test method is annotated with {
Parameters
description:IDescription — describes the test that will not be run
|
testRunFinished | () | method |
public function testRunFinished(result:Result):void
Parameters
result:Result |
testRunStarted | () | method |
public function testRunStarted(description:IDescription):void
Parameters
description:IDescription |
testStarted | () | method |
public function testStarted(description:IDescription):void
Parameters
description:IDescription |
testTimed | () | method |
public function testTimed(description:IDescription, runTime:Number):void
Parameters
description:IDescription | |
runTime:Number |
testsComplete | Event |