Class MapRemoveTester<K,V>
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<Map<K,V>,Map.Entry<K,V>>
com.google.common.collect.testing.AbstractMapTester<K,V>
com.google.common.collect.testing.testers.MapRemoveTester<K,V>
- All Implemented Interfaces:
junit.framework.Test
A generic JUnit test which tests
remove operations on a map. Can't be invoked directly;
please see MapTestSuiteBuilder.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.testing.AbstractContainerTester
AbstractContainerTester.ArrayWithDuplicate<E> -
Field Summary
Fields inherited from class com.google.common.collect.testing.AbstractContainerTester
container, samples -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class com.google.common.collect.testing.AbstractMapTester
actualContents, createArrayWithNullKey, createArrayWithNullValue, createDisjointCollection, entry, expectContents, expectMissing, expectMissingKeys, expectMissingValues, expectNullKeyMissingWhenNullKeysUnsupported, expectNullValueMissingWhenNullValuesUnsupported, expectReplacement, get, getKeyForNullValue, getMap, getNumEntries, getSampleEntries, getSampleEntries, getValueForNullKey, initMapWithNullKey, initMapWithNullValue, k0, k1, k2, k3, k4, resetMap, resetMap, v0, v1, v2, v3, v4Methods inherited from class com.google.common.collect.testing.AbstractContainerTester
createArrayWithDuplicateElement, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, resetContainer, setUpMethods inherited from class com.google.common.collect.testing.AbstractTester
getName, getSubjectGenerator, getTestMethodName, init, init, tearDownMethods inherited from class junit.framework.TestCase
assertEquals, 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, toString
-
Constructor Details
-
MapRemoveTester
public MapRemoveTester()
-
-
Method Details
-
testRemove_present
public void testRemove_present() -
testRemovePresentConcurrentWithEntrySetIteration
public void testRemovePresentConcurrentWithEntrySetIteration() -
testRemovePresentConcurrentWithKeySetIteration
public void testRemovePresentConcurrentWithKeySetIteration() -
testRemovePresentConcurrentWithValuesIteration
public void testRemovePresentConcurrentWithValuesIteration() -
testRemove_notPresent
public void testRemove_notPresent() -
testRemove_nullPresent
public void testRemove_nullPresent() -
testRemove_unsupported
public void testRemove_unsupported() -
testRemove_unsupportedNotPresent
public void testRemove_unsupportedNotPresent() -
testRemove_nullQueriesNotSupported
public void testRemove_nullQueriesNotSupported() -
testRemove_nullSupportedMissing
public void testRemove_nullSupportedMissing() -
testRemove_wrongType
public void testRemove_wrongType()
-