A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
TeeMergeTest — Class in package org.puremvc.as3.multicore.utilities.pipes.plumbing
Test the TeeMerge class.
TeeMergeTest(methodName) — Constructor in class org.puremvc.as3.multicore.utilities.pipes.plumbing.TeeMergeTest
Constructor.
TeeSplitTest — Class in package org.puremvc.as3.multicore.utilities.pipes.plumbing
Test the TeeSplit class.
TeeSplitTest(methodName) — Constructor in class org.puremvc.as3.multicore.utilities.pipes.plumbing.TeeSplitTest
Constructor.
testAddingPipeListenerToAnInputPipe() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.JunctionTest
Test adding a PipeListener to an Input Pipe.
testBypassAndFilterModeToggle() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.FilterTest
Test setting filter to bypass mode, writing, then setting back to filter mode and writing.
testConnectingAndDisconnectingIOPipes() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.FilterTest
Test connecting input and output pipes to a filter as well as disconnecting the output.
testConnectingAndDisconnectingIOPipes() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.TeeSplitTest
Test connecting and disconnecting I/O Pipes.
testConnectingAndDisconnectingTwoPipes() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.PipeTest
Test connecting and disconnecting two pipes.
testConnectingIOPipes() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.QueueTest
Test connecting input and output pipes to a queue.
testConnectingIOPipes() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.TeeMergeTest
Test connecting an output and several input pipes to a merging tee.
testConnectingToAConnectedPipe() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.PipeTest
Test attempting to connect a pipe to a pipe with an output already connected.
testConnectingToAPipe() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.PipeListenerTest
Test connecting a pipe listener to a pipe.
testConstructor() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.PipeTest
Test the constructor.
testConstructorAndGetters() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.MessageTest
Tests the constructor parameters and getters.
testDefaultPriority() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.MessageTest
Tests message default priority.
testFilteringNormalMessage() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.FilterTest
Test applying filter to a normal message.
testReceiveMessagesFromFourPipesViaTeeMerge() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.TeeMergeTest
Test receiving messages from four pipes using a TeeMerge.
testReceiveMessagesFromTwoPipesViaTeeMerge() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.TeeMergeTest
Test receiving messages from two pipes using a TeeMerge.
testReceiveMessagesFromTwoTeeSplitOutputs() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.TeeSplitTest
Test receiving messages from two pipes using a TeeMerge.
testReceiveMessageViaPipeListener() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.PipeListenerTest
Test receiving a message from a pipe using a PipeListener.
testRegisterRetrieveAndRemoveInputPipe() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.JunctionTest
Test registering an INPUT pipe to a junction.
testRegisterRetrieveAndRemoveOutputPipe() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.JunctionTest
Test registering an OUTPUT pipe to a junction.
testSendMessageOnAnOutputPipe() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.JunctionTest
Test using sendMessage on an OUTPUT pipe.
testSetFilterByControlMessage() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.FilterTest
Test setting filter function by sending control message.
testSetParamsByControlMessage() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.FilterTest
Test setting filter parameters by sending control message.
testSettersAndGetters() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.MessageTest
Tests the setters and getters.
testSortByPriorityAndFIFO() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.QueueTest
Test the Sort-by-Priority and FIFO modes.
testUseFilterToStopAMessage() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.FilterTest
Test using a filter function to stop propagation of a message.
testWritingMultipleMessagesAndFlush() — Method in class org.puremvc.as3.multicore.utilities.pipes.plumbing.QueueTest
Test writing multiple messages to the Queue followed by a Flush message.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z