org.apache.jcs.auxiliary.disk.jdbc
Class JDBCDiskCachePoolAccessManagerUnitTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCachePoolAccessManagerUnitTest
All Implemented Interfaces:
junit.framework.Test

public class JDBCDiskCachePoolAccessManagerUnitTest
extends junit.framework.TestCase

Unit tests for the pool manager


Constructor Summary
JDBCDiskCachePoolAccessManagerUnitTest()
           
 
Method Summary
 void testConfigurePoolAccessAttributes_Simple()
          Verify that we can configure the object based on the props.
 void testGetJDBCDiskCachePoolAccess_Simple()
          Verify that we can get access.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

JDBCDiskCachePoolAccessManagerUnitTest

public JDBCDiskCachePoolAccessManagerUnitTest()
Method Detail

testConfigurePoolAccessAttributes_Simple

public void testConfigurePoolAccessAttributes_Simple()
Verify that we can configure the object based on the props.


testGetJDBCDiskCachePoolAccess_Simple

public void testGetJDBCDiskCachePoolAccess_Simple()
                                           throws Exception
Verify that we can get access.

Throws:
Exception


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.