org.picocontainer.behaviors
Class StoringTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.picocontainer.behaviors.StoringTestCase
All Implemented Interfaces:
junit.framework.Test

public class StoringTestCase
extends junit.framework.TestCase


Nested Class Summary
static class StoringTestCase.Bar
           
static class StoringTestCase.Foo
           
 
Constructor Summary
StoringTestCase()
           
 
Method Summary
 void testThatCacheMapCanBeReUsedOnASubsequentThreadSimulatingASessionConcept()
           
 void testThatForASingleThreadTheBehaviorIsTheSameAsPlainCaching()
           
 void testThatTwoThreadsHaveSeparatedCacheValues()
           
 void testThatTwoThreadsHaveSeparatedCacheValuesForThreeScopeScenario()
           
 
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

StoringTestCase

public StoringTestCase()
Method Detail

testThatForASingleThreadTheBehaviorIsTheSameAsPlainCaching

public void testThatForASingleThreadTheBehaviorIsTheSameAsPlainCaching()

testThatTwoThreadsHaveSeparatedCacheValues

public void testThatTwoThreadsHaveSeparatedCacheValues()

testThatTwoThreadsHaveSeparatedCacheValuesForThreeScopeScenario

public void testThatTwoThreadsHaveSeparatedCacheValuesForThreeScopeScenario()

testThatCacheMapCanBeReUsedOnASubsequentThreadSimulatingASessionConcept

public void testThatCacheMapCanBeReUsedOnASubsequentThreadSimulatingASessionConcept()


Copyright © 2003-2007 Codehaus. All Rights Reserved.