| Package | org.flexunit.flexui |
| Class | public class TestRunnerBase |
| Inheritance | TestRunnerBase mx.containers.Panel |
| 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:LeftHandSideThis property can be used as the source for data binding.
| model | property |
public var model:TestRunnerBasePresentationModelThis property can be used as the source for data binding.
| rightHandSide | property |
public var rightHandSide:RightHandSideThis 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):voidParameters
failure:Failure |
| testFailure | () | method |
public function testFailure(failure:Failure):voidParameters
failure:Failure |
| testFinished | () | method |
public function testFinished(description:IDescription):voidParameters
description:IDescription |
| testIgnored | () | method |
public function testIgnored(description:IDescription):voidCalled 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):voidParameters
result:Result |
| testRunStarted | () | method |
public function testRunStarted(description:IDescription):voidParameters
description:IDescription |
| testStarted | () | method |
public function testStarted(description:IDescription):voidParameters
description:IDescription |
| testTimed | () | method |
public function testTimed(description:IDescription, runTime:Number):voidParameters
description:IDescription | |
runTime:Number |
| testsComplete | Event |