sk.baka.tools.concurrent
Class InMemoryLockingStorageTest

java.lang.Object
  extended by sk.baka.tools.concurrent.AbstractLockingStorageTest
      extended by sk.baka.tools.concurrent.InMemoryLockingStorageTest

public class InMemoryLockingStorageTest
extends AbstractLockingStorageTest

Tests the InMemoryLockingStorage class.

Author:
Martin Vysny

Constructor Summary
InMemoryLockingStorageTest()
           
 
Method Summary
protected  InMemoryLockingStorage<Long,Serializable> newStorage(IValueProducer<Long,Serializable> producer)
           
 
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
 

Constructor Detail

InMemoryLockingStorageTest

public InMemoryLockingStorageTest()
Method Detail

newStorage

protected InMemoryLockingStorage<Long,Serializable> newStorage(IValueProducer<Long,Serializable> producer)
Specified by:
newStorage in class AbstractLockingStorageTest


Copyright © 2009-2010. All Rights Reserved.