sk.baka.tools.concurrent
Class InMemoryLockingStorageTest
java.lang.Object
sk.baka.tools.concurrent.AbstractLockingStorageTest
sk.baka.tools.concurrent.InMemoryLockingStorageTest
public class InMemoryLockingStorageTest
- extends AbstractLockingStorageTest
Tests the InMemoryLockingStorage class.
- Author:
- Martin Vysny
| Methods inherited from class sk.baka.tools.concurrent.AbstractLockingStorageTest |
createExecutor, destroyExecutor, doubleUnlock2ThrowsException, doubleUnlockThrowsException, newProducer, simpleSingleThreadLocking, testForConsistentObjectRetrievalWithASingleID, testForConsistentObjectRetrievalWithEvenlyDistributedID, testForConsistentObjectRetrievalWithOneIdPerRunnable, testForCorrectLockingWithEvenlyDistributedID, testForCorrectLockingWithOneIdPerRunnable, testForCorrectLockingWithSingleId, unlockThrowsNPE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryLockingStorageTest
public InMemoryLockingStorageTest()
newStorage
protected InMemoryLockingStorage<Long,Serializable> newStorage(IValueProducer<Long,Serializable> producer)
- Specified by:
newStorage in class AbstractLockingStorageTest
Copyright © 2009-2010. All Rights Reserved.