Packageorg.flexunit.flexui
Classpublic class TestRunnerBase
InheritanceTestRunnerBase Inheritance mx.containers.Panel
Implements mx.binding.IBindingClient, org.flexunit.runner.notification.ITemporalRunListener



Public Properties
 PropertyDefined By
  leftHandSide : LeftHandSide
TestRunnerBase
  model : TestRunnerBasePresentationModel
TestRunnerBase
  rightHandSide : RightHandSide
TestRunnerBase
  test : *
TestRunnerBase
Public Methods
 MethodDefined 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
Events
 Event Summary Defined By
  TestRunnerBase
Property Detail
leftHandSideproperty
public var leftHandSide:LeftHandSide

This property can be used as the source for data binding.

modelproperty 
public var model:TestRunnerBasePresentationModel

This property can be used as the source for data binding.

rightHandSideproperty 
public var rightHandSide:RightHandSide

This property can be used as the source for data binding.

testproperty 
public var test:*

Constructor Detail
TestRunnerBase()Constructor
public function TestRunnerBase()

Constructor.

Method Detail
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

Event Detail
testsComplete Event
Event Object Type: org.flexunit.flexui.event.TestsCompleteEvent