Class MapEntrySetTester<K,V>
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<C,E>>
-
- com.google.common.collect.testing.AbstractContainerTester<java.util.Map<K,V>,java.util.Map.Entry<K,V>>
-
- com.google.common.collect.testing.AbstractMapTester<K,V>
-
- com.google.common.collect.testing.testers.MapEntrySetTester<K,V>
-
- Type Parameters:
K- The key type of the map implementation under test.V- The value type of the map implementation under test.
- All Implemented Interfaces:
junit.framework.Test
@GwtCompatible public class MapEntrySetTester<K,V> extends AbstractMapTester<K,V>
TestsMap.entrySet().
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classMapEntrySetTester.IncomparableType-
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 Constructor Description MapEntrySetTester()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.reflect.MethodgetContainsEntryWithIncomparableKeyMethod()static java.lang.reflect.MethodgetContainsEntryWithIncomparableValueMethod()static java.lang.reflect.MethodgetSetValueMethod()static java.lang.reflect.MethodgetSetValueWithNullValuesAbsentMethod()static java.lang.reflect.MethodgetSetValueWithNullValuesPresentMethod()voidtestContainsEntryWithIncomparableKey()voidtestContainsEntryWithIncomparableValue()voidtestContainsEntryWithNullKeyAbsent()voidtestContainsEntryWithNullKeyPresent()voidtestContainsEntryWithNullValueAbsent()voidtestContainsEntryWithNullValuePresent()voidtestEntrySetIteratorRemove()voidtestSetValue()voidtestSetValueWithNullValuesAbsent()voidtestSetValueWithNullValuesPresent()-
Methods 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, v4
-
Methods 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, setUp
-
Methods inherited from class com.google.common.collect.testing.AbstractTester
getName, getSubjectGenerator, getTestMethodName, init, init, tearDown
-
Methods 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
-
-
-
-
Method Detail
-
testEntrySetIteratorRemove
public void testEntrySetIteratorRemove()
-
testContainsEntryWithIncomparableKey
public void testContainsEntryWithIncomparableKey()
-
testContainsEntryWithIncomparableValue
public void testContainsEntryWithIncomparableValue()
-
testContainsEntryWithNullKeyAbsent
public void testContainsEntryWithNullKeyAbsent()
-
testContainsEntryWithNullKeyPresent
public void testContainsEntryWithNullKeyPresent()
-
testContainsEntryWithNullValueAbsent
public void testContainsEntryWithNullValueAbsent()
-
testContainsEntryWithNullValuePresent
public void testContainsEntryWithNullValuePresent()
-
testSetValue
public void testSetValue()
-
testSetValueWithNullValuesPresent
public void testSetValueWithNullValuesPresent()
-
testSetValueWithNullValuesAbsent
public void testSetValueWithNullValuesAbsent()
-
getContainsEntryWithIncomparableKeyMethod
@GwtIncompatible public static java.lang.reflect.Method getContainsEntryWithIncomparableKeyMethod()
-
getContainsEntryWithIncomparableValueMethod
@GwtIncompatible public static java.lang.reflect.Method getContainsEntryWithIncomparableValueMethod()
-
getSetValueMethod
@GwtIncompatible public static java.lang.reflect.Method getSetValueMethod()
-
getSetValueWithNullValuesPresentMethod
@GwtIncompatible public static java.lang.reflect.Method getSetValueWithNullValuesPresentMethod()
-
getSetValueWithNullValuesAbsentMethod
@GwtIncompatible public static java.lang.reflect.Method getSetValueWithNullValuesAbsentMethod()
-
-