org.jboss.cache.tests
Class JDBCCacheLoaderTest

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

public class JDBCCacheLoaderTest
extends CacheLoaderTestsBase (src)

This test has MySQL hard-coded. To run it, run MySQL first: mysqld -u=root

See Also:
Serialized Form

Constructor Summary
JDBCCacheLoaderTest()
           
 
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

JDBCCacheLoaderTest

public JDBCCacheLoaderTest()
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()