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() |
void |
testContainsEntryWithIncomparableKey() |
void |
testContainsEntryWithIncomparableValue() |
void |
testContainsEntryWithNullKeyAbsent() |
void |
testContainsEntryWithNullKeyPresent() |
void |
testContainsEntryWithNullValueAbsent() |
void |
testContainsEntryWithNullValuePresent() |
void |
testEntrySetIteratorRemove() |
actualContents, createArrayWithNullKey, createArrayWithNullValue, createDisjointCollection, entry, expectContents, expectMissing, expectMissingKeys, expectMissingValues, expectNullKeyMissingWhenNullKeysUnsupported, expectNullValueMissingWhenNullValuesUnsupported, expectReplacement, get, getKeyForNullValue, getMap, getNumEntries, getSampleEntries, getSampleEntries, getValueForNullKey, initMapWithNullKey, initMapWithNullValue, resetMap, resetMap, setUp
createArrayWithDuplicateElement, createOrderedArray, createSamplesArray, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, resetContainer
getName, getSubjectGenerator, getTestMethodName, init, init, tearDown
countTestCases, createResult, run, run, runBare, runTest, setName, toString
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, fail, fail, failNotEquals, failNotSame, failSame, format
public void testEntrySetIteratorRemove()
public void testContainsEntryWithIncomparableKey()
public void testContainsEntryWithIncomparableValue()
public void testContainsEntryWithNullKeyAbsent()
public void testContainsEntryWithNullKeyPresent()
public void testContainsEntryWithNullValueAbsent()
public void testContainsEntryWithNullValuePresent()
@GwtIncompatible(value="reflection") public static Method getContainsEntryWithIncomparableKeyMethod()
@GwtIncompatible(value="reflection") public static Method getContainsEntryWithIncomparableValueMethod()
Copyright © 2010-2014. All Rights Reserved.