站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

JDBCCacheLoaderTest (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


org.jboss.cache.tests
Class JDBCCacheLoaderTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.cache.tests.CacheLoaderTests
              extended byorg.jboss.cache.tests.JDBCCacheLoaderTest
All Implemented Interfaces:
junit.framework.Test

public class JDBCCacheLoaderTest
extends CacheLoaderTests

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

Version:
$Revision: 1.4 $
Author:
Alexey Loubyansky

Constructor Summary
JDBCCacheLoaderTest()
           
 
Method Summary
protected  void configureCache()
           
static junit.framework.Test suite()
           
 
Methods inherited from class org.jboss.cache.tests.CacheLoaderTests
main, setUp, tearDown, testBasicOperations, testBasicOperationsTransactional, testCacheLoading2, testDatabaseName, testEvictionWithCacheLoader, testEvictionWithCacheLoader2, testEvictionWithGetChildrenNames, testExists, testGetChildren, testGetChildren2, testGetChildren3, testGetChildren4, testGetChildrenNames, testLoadAndStore, testModifications, testModificationsTransactional, testMultiLevelTree, testNullKeysAndValues, testOnePhaseTransaction, testPopulate, testPreloading, testPrint, testPut, testRemove, testRemoveData, testRemoveData2, testRemoveData3, testRemoveKey, testRemoveKey2, testRemoveKey3, testRemoveRoot, testSerialization, testTransactionRollback, testTwoPhaseTransaction, testTxPutCommit, testTxPutRollback
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDBCCacheLoaderTest

public JDBCCacheLoaderTest()
Method Detail

configureCache

protected void configureCache()
                       throws Exception
Specified by:
configureCache in class CacheLoaderTests
Throws:
Exception

suite

public static junit.framework.Test suite()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.