public class BatchChannelRegistryTest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchChannelRegistryTest.DummyActor |
| Constructor and Description |
|---|
BatchChannelRegistryTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
allIdsAndChannelsExposeSetsWithCorrectContents() |
void |
initiallyEmpty() |
void |
registerAndLookupByIdAndChannel() |
void |
registerOnExistingIdReturnsPreviousAndReplaces() |
void |
setup() |
static void |
setupClass() |
static void |
tearDownClass() |
void |
unregisterRemovesAndReturns() |
public static void setupClass()
public static void tearDownClass()
public void setup()
public void initiallyEmpty()
public void registerAndLookupByIdAndChannel()
public void unregisterRemovesAndReturns()
public void registerOnExistingIdReturnsPreviousAndReplaces()
public void allIdsAndChannelsExposeSetsWithCorrectContents()