Class ConcurrentMapRemoveTester<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.ConcurrentMapRemoveTester<K,V>
- All Implemented Interfaces:
junit.framework.Test
Tester for
ConcurrentMap.remove(Object, Object). Can't be invoked directly; please see
ConcurrentMapTestSuiteBuilder.-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractContainerTester
AbstractContainerTester.ArrayWithDuplicate<E> -
Field Summary
Fields inherited from class AbstractContainerTester
container, samples -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConcurrentMap<K, V> getMap()voidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class AbstractMapTester
actualContents, createArrayWithNullKey, createArrayWithNullValue, createDisjointCollection, entry, expectContents, expectMissing, expectMissingKeys, expectMissingValues, expectNullKeyMissingWhenNullKeysUnsupported, expectNullValueMissingWhenNullValuesUnsupported, expectReplacement, get, getKeyForNullValue, getNumEntries, getSampleEntries, getSampleEntries, getValueForNullKey, initMapWithNullKey, initMapWithNullValue, k0, k1, k2, k3, k4, resetMap, resetMap, setUp, v0, v1, v2, v3, v4Methods inherited from class AbstractContainerTester
createArrayWithDuplicateElement, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, resetContainerMethods inherited from class 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
-
ConcurrentMapRemoveTester
public ConcurrentMapRemoveTester()
-
-
Method Details
-
getMap
- Overrides:
getMapin classAbstractMapTester<K,V>
-
testRemove_supportedPresent
public void testRemove_supportedPresent() -
testRemove_supportedPresentKeyWrongValue
public void testRemove_supportedPresentKeyWrongValue() -
testRemove_supportedWrongKeyPresentValue
public void testRemove_supportedWrongKeyPresentValue() -
testRemove_supportedAbsentKeyAbsentValue
public void testRemove_supportedAbsentKeyAbsentValue() -
testRemove_nullKeyQueriesUnsupported
public void testRemove_nullKeyQueriesUnsupported() -
testRemove_nullValueQueriesUnsupported
public void testRemove_nullValueQueriesUnsupported() -
testRemove_unsupportedPresent
public void testRemove_unsupportedPresent() -
testRemove_unsupportedAbsent
public void testRemove_unsupportedAbsent()
-