| Package | org.puremvc.as3.multicore.utilities.pipes.plumbing |
| Class | public class TeeMergeTest |
| Inheritance | TeeMergeTest flexunit.framework.TestCase |
| Method | Defined by | ||
|---|---|---|---|
|
TeeMergeTest(methodName:String)
Constructor.
| TeeMergeTest | ||
|
suite():TestSuite
[static]
Create the TestSuite.
| TeeMergeTest | ||
|
testConnectingIOPipes():void
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 | ||
| TeeMergeTest | () | constructor |
public function TeeMergeTest(methodName:String)Constructor.
ParametersmethodName:String — the name of the test method an instance to run
|
| suite | () | method |
public static function suite():TestSuiteCreate the TestSuite.
ReturnsTestSuite |
| testConnectingIOPipes | () | method |
public function testConnectingIOPipes():voidTest connecting an output and several input pipes to a merging tee.
| testReceiveMessagesFromFourPipesViaTeeMerge | () | method |
public function testReceiveMessagesFromFourPipesViaTeeMerge():voidTest receiving messages from four pipes using a TeeMerge.
| testReceiveMessagesFromTwoPipesViaTeeMerge | () | method |
public function testReceiveMessagesFromTwoPipesViaTeeMerge():voidTest receiving messages from two pipes using a TeeMerge.