org.apache.tapestry.util
Class TestObjectIdentityMap

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.util.TestObjectIdentityMap

public class TestObjectIdentityMap
extends BaseComponentTestCase

Tests for ObjectIdentityMap

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestObjectIdentityMap()
           
 
Method Summary
 void testGetFound()
           
 void testGetNotFound()
           
 void testGetWhenEmpty()
           
 void testStoreMany()
           
 void testStoreNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestObjectIdentityMap

public TestObjectIdentityMap()
Method Detail

testGetNotFound

public void testGetNotFound()

testGetFound

public void testGetFound()

testGetWhenEmpty

public void testGetWhenEmpty()

testStoreNull

public void testStoreNull()

testStoreMany

public void testStoreMany()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.