Package batch
Class BatchDispatcherRegistryTest
- java.lang.Object
-
- batch.BatchDispatcherRegistryTest
-
public class BatchDispatcherRegistryTest extends java.lang.ObjectTests for BatchDispatcherRegistry
-
-
Constructor Summary
Constructors Constructor Description BatchDispatcherRegistryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconcurrentGetOrRegisterReturnsSameInstance()voidgetOrRegisterReturnsDifferentDispatchersForDifferentIds()voidgetOrRegisterReturnsSameDispatcherForSameId()voidunregisterRemovesDispatcherAndAllowsRecreation()
-
-
-
Method Detail
-
getOrRegisterReturnsSameDispatcherForSameId
public void getOrRegisterReturnsSameDispatcherForSameId()
-
getOrRegisterReturnsDifferentDispatchersForDifferentIds
public void getOrRegisterReturnsDifferentDispatchersForDifferentIds()
-
unregisterRemovesDispatcherAndAllowsRecreation
public void unregisterRemovesDispatcherAndAllowsRecreation()
-
concurrentGetOrRegisterReturnsSameInstance
public void concurrentGetOrRegisterReturnsSameInstance() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-