org.picocontainer.doc.caching
Class BasicCachingExampleTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.picocontainer.doc.caching.BasicCachingExampleTestCase
All Implemented Interfaces:
junit.framework.Test

public class BasicCachingExampleTestCase
extends junit.framework.TestCase

Created by IntelliJ IDEA. User: paul Date: Aug 27, 2005 Time: 9:46:23 AM To change this template use File | Settings | File Templates.


Constructor Summary
BasicCachingExampleTestCase()
           
 
Method Summary
 void testCachingContainerCaches()
           
 void testCachingContainerWithCAFStillCaches()
           
 void testDefaulCaching()
           
 void testDefaulCachingtheHardWay()
           
 void testDefaultWithCAFNonCaching()
           
 void testFlushingOfCache()
           
 void testImplementationHidingCaching()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicCachingExampleTestCase

public BasicCachingExampleTestCase()
Method Detail

testCachingContainerCaches

public void testCachingContainerCaches()

testCachingContainerWithCAFStillCaches

public void testCachingContainerWithCAFStillCaches()

testDefaulCaching

public void testDefaulCaching()

testDefaulCachingtheHardWay

public void testDefaulCachingtheHardWay()

testDefaultWithCAFNonCaching

public void testDefaultWithCAFNonCaching()

testImplementationHidingCaching

public void testImplementationHidingCaching()

testFlushingOfCache

public void testFlushingOfCache()