|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--junit.framework.Assert
|
+--junit.framework.TestCase
|
+--net.walend.toolkit.junit.TestCase
|
+--net.walend.collection.test.AbstractMapTest
|
+--net.walend.collection.test.AbstractMutableMapTest
| Field Summary |
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
AbstractMutableMapTest(java.lang.String testName)
|
|
| Method Summary | |
protected abstract MutableMap |
getMutableTestMap()
|
void |
testClear()
|
void |
testConstructors()
|
void |
testImmutable()
|
void |
testKeyIteratorRemove()
|
void |
testPut()
|
void |
testPutAll()
|
void |
testRemove()
|
void |
testValueIteratorRemove()
|
| Methods inherited from class net.walend.collection.test.AbstractMapTest |
getEmptyTestMap, getTestCollectionFactory, getTestMap, testContainsAll, testContainsKey, testContainsValue, testCopyConstructor, testGet, testGetIdentitor, testGetIdentitor, testGetJavaMap, testGetKeys, testGetPrincipleInterface, testGetValues, testImmutable, testIsEmpty, testKeyIterator, testQueriesOnEmpty, testQueriesOnTestMap, testSameContentsAs, testSameStateAs, testSize, testValueIterator |
| 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 |
| Constructor Detail |
public AbstractMutableMapTest(java.lang.String testName)
| Method Detail |
public void testImmutable()
testImmutable in class AbstractMapTestpublic void testConstructors()
public void testPut()
public void testRemove()
public void testKeyIteratorRemove()
testKeyIteratorRemove in class AbstractMapTestpublic void testValueIteratorRemove()
testValueIteratorRemove in class AbstractMapTestpublic void testPutAll()
public void testClear()
protected abstract MutableMap getMutableTestMap()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||