Class TestsForMapsInJavaUtil
java.lang.Object
com.google.common.collect.testing.TestsForMapsInJavaUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjunit.framework.Test
allTests()
static junit.framework.Test
suite()
protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
-
Constructor Details
-
TestsForMapsInJavaUtil
public TestsForMapsInJavaUtil()
-
-
Method Details
-
suite
public static junit.framework.Test suite() -
allTests
public junit.framework.Test allTests() -
suppressForCheckedMap
-
suppressForCheckedSortedMap
-
suppressForEmptyMap
-
suppressForSingletonMap
-
suppressForHashMap
-
suppressForHashtable
-
suppressForLinkedHashMap
-
suppressForTreeMapNatural
-
suppressForTreeMapWithComparator
-
suppressForUnmodifiableMap
-
suppressForUnmodifiableSortedMap
-
suppressForEnumMap
-
suppressForConcurrentHashMap
-
suppressForConcurrentSkipListMap
-
testsForCheckedMap
public junit.framework.Test testsForCheckedMap() -
testsForCheckedSortedMap
public junit.framework.Test testsForCheckedSortedMap() -
testsForEmptyMap
public junit.framework.Test testsForEmptyMap() -
testsForSingletonMap
public junit.framework.Test testsForSingletonMap() -
testsForHashMap
public junit.framework.Test testsForHashMap() -
testsForHashtable
public junit.framework.Test testsForHashtable() -
testsForLinkedHashMap
public junit.framework.Test testsForLinkedHashMap() -
testsForTreeMapNatural
public junit.framework.Test testsForTreeMapNatural() -
testsForTreeMapWithComparator
public junit.framework.Test testsForTreeMapWithComparator() -
testsForUnmodifiableMap
public junit.framework.Test testsForUnmodifiableMap() -
testsForUnmodifiableSortedMap
public junit.framework.Test testsForUnmodifiableSortedMap() -
testsForEnumMap
public junit.framework.Test testsForEnumMap() -
testsForConcurrentHashMap
public junit.framework.Test testsForConcurrentHashMap() -
testsForConcurrentSkipListMapNatural
public junit.framework.Test testsForConcurrentSkipListMapNatural() -
testsForConcurrentSkipListMapWithComparator
public junit.framework.Test testsForConcurrentSkipListMapWithComparator()
-