Packageorg.puremvc.as3.multicore.utilities.pipes.plumbing
Classpublic class TeeMergeTest
InheritanceTeeMergeTest Inheritance flexunit.framework.TestCase

Test the TeeMerge class.



Public Methods
 MethodDefined by
  
TeeMergeTest(methodName:String)
Constructor.
TeeMergeTest
  
suite():TestSuite
[static] Create the TestSuite.
TeeMergeTest
  
Test connecting an output and several input pipes to a merging tee.
TeeMergeTest
  
Test receiving messages from four pipes using a TeeMerge.
TeeMergeTest
  
Test receiving messages from two pipes using a TeeMerge.
TeeMergeTest
Constructor detail
TeeMergeTest()constructor
public function TeeMergeTest(methodName:String)

Constructor.

Parameters
methodName:String — the name of the test method an instance to run
Method detail
suite()method
public static function suite():TestSuite

Create the TestSuite.

Returns
TestSuite
testConnectingIOPipes()method 
public function testConnectingIOPipes():void

Test connecting an output and several input pipes to a merging tee.

testReceiveMessagesFromFourPipesViaTeeMerge()method 
public function testReceiveMessagesFromFourPipesViaTeeMerge():void

Test receiving messages from four pipes using a TeeMerge.

testReceiveMessagesFromTwoPipesViaTeeMerge()method 
public function testReceiveMessagesFromTwoPipesViaTeeMerge():void

Test receiving messages from two pipes using a TeeMerge.