| com.triactive.jdo.util.test.ReferenceValueMapTestCase
All known Subclasses: com.triactive.jdo.util.test.WeakValueMapTest, com.triactive.jdo.util.test.SoftValueMapTest,
ReferenceValueMapTestCase | abstract public class ReferenceValueMapTestCase extends TestCase (Code) | | Abstract base class for tests that test the functionality of a
ReferenceValueMap .
author: Mike Martin version: $Revision: 1.3 $ |
ReferenceValueMapTestCase | public ReferenceValueMapTestCase(String name)(Code) | | Used by the JUnit framework to construct tests. Normally, programmers
would never explicitly use this constructor.
Parameters: name - Name of the TestCase. |
checkMapContents | protected void checkMapContents(Map map, String[] keyArray, Integer[] valueArray)(Code) | | Tests Map.get(), Map.containsKey(), Map.containsValue(), Map.entrySet(),
Map.keySet(), Map.values()
|
testBasicFunction | public void testBasicFunction()(Code) | | |
testMemoryReclamation | public void testMemoryReclamation()(Code) | | |
|
|