public class GroupDispatcherTest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupDispatcherTest.CapturingActor |
| Constructor and Description |
|---|
GroupDispatcherTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleGroupMsg_actionMessage_routedViaActionHandler() |
void |
handleGroupMsg_broadcast_goesToAllButSender() |
void |
handleGroupMsg_directMessage_goesToRecipientOnly_orErrors() |
void |
joinedAndLeft_sendActionToOthersOnlyWhenChannelKnown() |
void |
poisonChannel_sendsClosedToChannelAndUnregisters() |
void |
reassignChannel_movesChannelAndTriggersJoinedLeft() |
void |
registerChannel_sendsOpenedToSelfAndOthers() |
void |
setup() |
static void |
setupClass() |
static void |
tearDownClass() |
void |
unregisterChannel_sendsClosedToOthers_andUnregistersDispatcherIfEmpty() |
public static void setupClass()
public static void tearDownClass()
public void setup()
public void registerChannel_sendsOpenedToSelfAndOthers()
public void unregisterChannel_sendsClosedToOthers_andUnregistersDispatcherIfEmpty()
public void poisonChannel_sendsClosedToChannelAndUnregisters()
public void reassignChannel_movesChannelAndTriggersJoinedLeft()
public void handleGroupMsg_actionMessage_routedViaActionHandler()
public void handleGroupMsg_directMessage_goesToRecipientOnly_orErrors()
public void handleGroupMsg_broadcast_goesToAllButSender()
public void joinedAndLeft_sendActionToOthersOnlyWhenChannelKnown()