Class SortedSetMultimapAsMapTester<K,V>
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<SortedSetMultimap<K,V>, Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<SortedSetMultimap<K,V>, Map.Entry<K,V>>
com.google.common.collect.testing.google.AbstractMultimapTester<K, V, SortedSetMultimap<K,V>>
com.google.common.collect.testing.google.SortedSetMultimapAsMapTester<K,V>
- Type Parameters:
K- The key type of the tested multimap.V- The value type of the tested multimap.
- All Implemented Interfaces:
junit.framework.Test
@GwtCompatible
public class SortedSetMultimapAsMapTester<K,V>
extends AbstractMultimapTester<K, V, SortedSetMultimap<K,V>>
Testers for
SortedSetMultimap.asMap().-
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 TypeMethodDescriptionvoidvoidvoidMethods inherited from class AbstractMultimapTester
actualContents, assertGet, assertGet, createArrayWithNullKey, createArrayWithNullKeyAndValue, createArrayWithNullValue, getKeyForNullValue, getValueForNullKey, initMultimapWithNullKey, initMultimapWithNullKeyAndValue, initMultimapWithNullValue, k0, k1, k2, k3, k4, multimap, resetCollection, resetContainer, resetContainer, sampleKeys, sampleValues, v0, v1, v2, v3, v4Methods inherited from class AbstractContainerTester
createArrayWithDuplicateElement, createDisjointCollection, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectContents, expectMissing, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, setUpMethods 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
-
SortedSetMultimapAsMapTester
public SortedSetMultimapAsMapTester()
-
-
Method Details
-
testAsMapValuesImplementSortedSet
public void testAsMapValuesImplementSortedSet() -
testAsMapGetImplementsSortedSet
public void testAsMapGetImplementsSortedSet() -
testAsMapRemoveImplementsSortedSet
public void testAsMapRemoveImplementsSortedSet()
-