public class CollectionRemoveTester<E> extends AbstractCollectionTester<E>
remove operations on a collection. Can't be invoked
directly; please see CollectionTestSuiteBuilder.AbstractContainerTester.ArrayWithDuplicate<E>collectioncontainer, samples| Constructor and Description |
|---|
CollectionRemoveTester() |
| Modifier and Type | Method and Description |
|---|---|
void |
testIteratorRemove_unsupported() |
void |
testRemove_notPresent() |
void |
testRemove_nullAllowed() |
void |
testRemove_nullNotSupported() |
void |
testRemove_nullPresent() |
void |
testRemove_present() |
void |
testRemove_unsupported() |
void |
testRemove_unsupportedNotPresent() |
void |
testRemove_wrongType() |
void |
testRemovePresentConcurrentWithIteration() |
actualContents, createArrayWithNullElement, expectNullMissingWhenNullUnsupported, initCollectionWithNullElement, resetCollection, resetContainercreateArrayWithDuplicateElement, createDisjointCollection, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectContents, expectMissing, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, setUpgetName, getSubjectGenerator, getTestMethodName, init, init, tearDownassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, run, run, runBare, runTest, setName, toStringpublic void testRemove_present()
public void testRemovePresentConcurrentWithIteration()
public void testRemove_notPresent()
public void testRemove_nullPresent()
public void testRemove_unsupported()
public void testRemove_unsupportedNotPresent()
public void testRemove_nullNotSupported()
public void testRemove_nullAllowed()
public void testIteratorRemove_unsupported()
public void testRemove_wrongType()