public class HashSet4TestCase extends java.lang.Object implements TestLifeCycle
| Constructor and Description |
|---|
HashSet4TestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testClear() |
void |
testEmpty() |
void |
testMultipleAddRemove() |
void |
testSingleAdd() |
void |
testSingleRemove() |
public void testEmpty()
public void testSingleAdd()
public void testSingleRemove()
public void testMultipleAddRemove()
public void testClear()
public void setUp()
throws java.lang.Exception
setUp in interface TestLifeCyclejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in interface TestLifeCyclejava.lang.Exception