K - The key type of the map implementation under test.V - The value type of the map implementation under test.@GwtCompatible public class MapEntrySetTester<K,V> extends AbstractMapTester<K,V>
Map.entrySet().AbstractContainerTester.ArrayWithDuplicate<E>container, samples| Constructor and Description |
|---|
MapEntrySetTester() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getContainsEntryWithIncomparableKeyMethod() |
static Method |
getContainsEntryWithIncomparableValueMethod() |
static Method |
getSetValueMethod() |
void |
testContainsEntryWithIncomparableKey() |
void |
testContainsEntryWithIncomparableValue() |
void |
testContainsEntryWithNullKeyAbsent() |
void |
testContainsEntryWithNullKeyPresent() |
void |
testContainsEntryWithNullValueAbsent() |
void |
testContainsEntryWithNullValuePresent() |
void |
testEntrySetIteratorRemove() |
void |
testSetValue() |
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, setUp, v0, v1, v2, v3, v4createArrayWithDuplicateElement, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, resetContainergetName, getSubjectGenerator, getTestMethodName, init, init, tearDowncountTestCases, createResult, run, run, runBare, runTest, setName, toStringassertEquals, 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, fail, fail, failNotEquals, failNotSame, failSame, formatpublic void testEntrySetIteratorRemove()
public void testContainsEntryWithIncomparableKey()
public void testContainsEntryWithIncomparableValue()
public void testContainsEntryWithNullKeyAbsent()
public void testContainsEntryWithNullKeyPresent()
public void testContainsEntryWithNullValueAbsent()
public void testContainsEntryWithNullValuePresent()
public void testSetValue()
@GwtIncompatible public static Method getContainsEntryWithIncomparableKeyMethod()
@GwtIncompatible public static Method getContainsEntryWithIncomparableValueMethod()
@GwtIncompatible public static Method getSetValueMethod()
Copyright © 2010-2016. All Rights Reserved.