public class IdentityHashtable4TestCase extends java.lang.Object implements TestLifeCycle
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityHashtable4TestCase.Item |
| Constructor and Description |
|---|
IdentityHashtable4TestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testClear() |
void |
testDuplicateEntry() |
void |
testEmpty() |
void |
testMultipleEntries() |
void |
testRemove() |
void |
testSingleEntry() |
public void setUp()
throws java.lang.Exception
setUp in interface TestLifeCyclejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in interface TestLifeCyclejava.lang.Exceptionpublic void testEmpty()
public void testSingleEntry()
public void testDuplicateEntry()
public void testMultipleEntries()
public void testRemove()
public void testClear()