Package batch
Class BatchChannelRegistryTest
- java.lang.Object
-
- batch.BatchChannelRegistryTest
-
public class BatchChannelRegistryTest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchChannelRegistryTest.DummyActor
-
Constructor Summary
Constructors Constructor Description BatchChannelRegistryTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidallIdsAndChannelsExposeSetsWithCorrectContents()voidinitiallyEmpty()voidregisterAndLookupByIdAndChannel()voidregisterOnExistingIdReturnsPreviousAndReplaces()voidsetup()static voidsetupClass()static voidtearDownClass()voidunregisterRemovesAndReturns()
-
-
-
Method Detail
-
setupClass
public static void setupClass()
-
tearDownClass
public static void tearDownClass()
-
setup
public void setup()
-
initiallyEmpty
public void initiallyEmpty()
-
registerAndLookupByIdAndChannel
public void registerAndLookupByIdAndChannel()
-
unregisterRemovesAndReturns
public void unregisterRemovesAndReturns()
-
registerOnExistingIdReturnsPreviousAndReplaces
public void registerOnExistingIdReturnsPreviousAndReplaces()
-
allIdsAndChannelsExposeSetsWithCorrectContents
public void allIdsAndChannelsExposeSetsWithCorrectContents()
-
-