| Constructor and Description |
|---|
Collection4TestCase() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
testContains() |
void |
testContainsAll() |
void |
testCopyConstructor() |
void |
testGetByIndex() |
void |
testIndexOf() |
void |
testInvalidIteratorException() |
void |
testIterator() |
void |
testNulls() |
void |
testPrepend() |
void |
testRemove() |
void |
testRemoveAll() |
void |
testReplace() |
void |
testToString() |
public static void main(java.lang.String[] args)
public void testRemoveAll()
public void testContains()
public void testContainsAll()
public void testReplace()
public void testNulls()
public void testGetByIndex()
public void testIndexOf()
public void testPrepend()
public void testCopyConstructor()
public void testInvalidIteratorException()
public void testRemove()
public void testIterator()
public void testToString()