org.jboss.cache.tests
Class BdbjeCacheLoaderTest

java.lang.Object
  extended byTestCase
      extended byorg.jboss.cache.tests.CacheLoaderTestsBase (src) 
          extended byorg.jboss.cache.tests.BdbjeCacheLoaderTest

public class BdbjeCacheLoaderTest
extends CacheLoaderTestsBase (src)

Runs the same tests as FileCacheLoaderTest (src) , but with Berkeley DB instead of a file-based CacheLoader

See Also:
Serialized Form

Constructor Summary
BdbjeCacheLoaderTest()
           
 
Method Summary
protected  void configureCache()
           
static Test suite()
           
 
Methods inherited from class org.jboss.cache.tests.CacheLoaderTestsBase (src)
main, setUp, tearDown, testBasicOperations, testBasicOperationsTransactional, testCacheLoading2, testDatabaseName, testEvictionWithCacheLoader, testEvictionWithCacheLoader2, testEvictionWithGetChildrenNames, testExists, testGetChildren, testGetChildren2, testGetChildren3, testGetChildren4, testGetChildrenNames, testGetChildrenWithEviction, testLoadAndStore, testModifications, testModificationsTransactional, testMultiLevelTree, testNullKeysAndValues, testOnePhaseTransaction, testPopulate, testPreloading, testPrint, testPut, testPut2, testRemove, testRemoveData, testRemoveData2, testRemoveData3, testRemoveKey, testRemoveKey2, testRemoveKey3, testRemoveRoot, testSerialization, testTransactionRollback, testTwoPhaseTransaction, testTxPutCommit, testTxPutRollback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BdbjeCacheLoaderTest

public BdbjeCacheLoaderTest()
Method Detail

configureCache

protected void configureCache()
                       throws java.lang.Exception
Specified by:
configureCache in class CacheLoaderTestsBase (src)
Throws:
java.lang.Exception

suite

public static Test suite()