net.walend.lyophil.collection.test
Class HashMapTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.collection.test.AbstractMapTest
                          |
                          +--net.walend.lyophil.collection.test.HashMapTest
All Implemented Interfaces:
junit.framework.Test

public class HashMapTest
extends AbstractMapTest

Since:
20010705
Author:
David Walend

Field Summary
private  TestCollectionFactory tcf
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
HashMapTest(java.lang.String testName)
           
 
Method Summary
protected  Map getEmptyTestMap()
           
protected  TestCollectionFactory getTestCollectionFactory()
           
protected  Map getTestMap()
           
static junit.framework.Test suite()
           
 void testGetIdentitor()
           
 
Methods inherited from class net.walend.collection.test.AbstractMapTest
testContainsAll, testContainsKey, testContainsValue, testCopyConstructor, testGet, testGetIdentitor, testGetJavaMap, testGetKeys, testGetPrincipleInterface, testGetValues, testImmutable, testImmutable, testIsEmpty, testKeyIterator, testKeyIteratorRemove, testQueriesOnEmpty, testQueriesOnTestMap, testSameContentsAs, testSameStateAs, testSize, testValueIterator, testValueIteratorRemove
 
Methods inherited from class net.walend.toolkit.junit.TestCase
fail
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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
 

Field Detail

tcf

private TestCollectionFactory tcf
Constructor Detail

HashMapTest

public HashMapTest(java.lang.String testName)
Method Detail

getEmptyTestMap

protected Map getEmptyTestMap()
Specified by:
getEmptyTestMap in class AbstractMapTest

getTestMap

protected Map getTestMap()
Specified by:
getTestMap in class AbstractMapTest

getTestCollectionFactory

protected TestCollectionFactory getTestCollectionFactory()
Specified by:
getTestCollectionFactory in class AbstractMapTest

testGetIdentitor

public void testGetIdentitor()
Overrides:
testGetIdentitor in class AbstractMapTest

suite

public static junit.framework.Test suite()


Copyright (c) 2000, 2001, David Walend