public class BatchDispatcherRegistryTest
extends java.lang.Object
| Constructor and Description |
|---|
BatchDispatcherRegistryTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
concurrentGetOrRegisterReturnsSameInstance() |
void |
getOrRegisterReturnsDifferentDispatchersForDifferentIds() |
void |
getOrRegisterReturnsSameDispatcherForSameId() |
void |
unregisterRemovesDispatcherAndAllowsRecreation() |
public void getOrRegisterReturnsSameDispatcherForSameId()
public void getOrRegisterReturnsDifferentDispatchersForDifferentIds()
public void unregisterRemovesDispatcherAndAllowsRecreation()
public void concurrentGetOrRegisterReturnsSameInstance()
throws java.lang.InterruptedException
java.lang.InterruptedException