@GwtIncompatible public class TestsForMapsInJavaUtil extends java.lang.Object
Map
implementations in the java.util
package.
Can be subclassed to specify tests that should be suppressed.Constructor and Description |
---|
TestsForMapsInJavaUtil() |
Modifier and Type | Method and Description |
---|---|
junit.framework.Test |
allTests() |
static junit.framework.Test |
suite() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForCheckedMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForCheckedNavigableMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForCheckedSortedMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForConcurrentHashMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForConcurrentSkipListMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForEmptyMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForEnumMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForHashMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForHashtable() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForLinkedHashMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForSingletonMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForSynchronizedNavigableMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForTreeMapNatural() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForTreeMapWithComparator() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForUnmodifiableMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForUnmodifiableNavigableMap() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForUnmodifiableSortedMap() |
junit.framework.Test |
testsForCheckedMap() |
junit.framework.Test |
testsForCheckedNavigableMap() |
junit.framework.Test |
testsForCheckedSortedMap() |
junit.framework.Test |
testsForConcurrentHashMap() |
junit.framework.Test |
testsForConcurrentSkipListMapNatural() |
junit.framework.Test |
testsForConcurrentSkipListMapWithComparator() |
junit.framework.Test |
testsForEmptyMap() |
junit.framework.Test |
testsForEmptyNavigableMap() |
junit.framework.Test |
testsForEmptySortedMap() |
junit.framework.Test |
testsForEnumMap() |
junit.framework.Test |
testsForHashMap() |
junit.framework.Test |
testsForHashtable() |
junit.framework.Test |
testsForLinkedHashMap() |
junit.framework.Test |
testsForSingletonMap() |
junit.framework.Test |
testsForSynchronizedNavigableMap()
Tests regular NavigableMap behavior of synchronizedNavigableMap(treeMap); does not test the
fact that it's synchronized.
|
junit.framework.Test |
testsForTreeMapNatural() |
junit.framework.Test |
testsForTreeMapWithComparator() |
junit.framework.Test |
testsForUnmodifiableMap() |
junit.framework.Test |
testsForUnmodifiableNavigableMap() |
junit.framework.Test |
testsForUnmodifiableSortedMap() |
public TestsForMapsInJavaUtil()
public static junit.framework.Test suite()
public junit.framework.Test allTests()
protected java.util.Collection<java.lang.reflect.Method> suppressForCheckedMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForCheckedNavigableMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForCheckedSortedMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForEmptyMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForSingletonMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForHashMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForHashtable()
protected java.util.Collection<java.lang.reflect.Method> suppressForLinkedHashMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForSynchronizedNavigableMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForTreeMapNatural()
protected java.util.Collection<java.lang.reflect.Method> suppressForTreeMapWithComparator()
protected java.util.Collection<java.lang.reflect.Method> suppressForUnmodifiableMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForUnmodifiableNavigableMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForUnmodifiableSortedMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForEnumMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForConcurrentHashMap()
protected java.util.Collection<java.lang.reflect.Method> suppressForConcurrentSkipListMap()
public junit.framework.Test testsForCheckedMap()
public junit.framework.Test testsForCheckedNavigableMap()
public junit.framework.Test testsForCheckedSortedMap()
public junit.framework.Test testsForEmptyMap()
public junit.framework.Test testsForEmptyNavigableMap()
public junit.framework.Test testsForEmptySortedMap()
public junit.framework.Test testsForSingletonMap()
public junit.framework.Test testsForHashMap()
public junit.framework.Test testsForHashtable()
public junit.framework.Test testsForLinkedHashMap()
public junit.framework.Test testsForSynchronizedNavigableMap()
public junit.framework.Test testsForTreeMapNatural()
public junit.framework.Test testsForTreeMapWithComparator()
public junit.framework.Test testsForUnmodifiableMap()
public junit.framework.Test testsForUnmodifiableNavigableMap()
public junit.framework.Test testsForUnmodifiableSortedMap()
public junit.framework.Test testsForEnumMap()
public junit.framework.Test testsForConcurrentHashMap()
public junit.framework.Test testsForConcurrentSkipListMapNatural()
public junit.framework.Test testsForConcurrentSkipListMapWithComparator()
Copyright © 2010-2017. All Rights Reserved.