public class TestsForMapsInJavaUtil extends Object
| Constructor and Description |
|---|
TestsForMapsInJavaUtil() |
| Modifier and Type | Method and Description |
|---|---|
Test |
allTests() |
static Test |
suite() |
protected Collection<Method> |
suppressForConcurrentHashMap() |
protected Collection<Method> |
suppressForConcurrentSkipListMap() |
protected Collection<Method> |
suppressForEmptyMap() |
protected Collection<Method> |
suppressForEnumMap() |
protected Collection<Method> |
suppressForHashMap() |
protected Collection<Method> |
suppressForLinkedHashMap() |
protected Collection<Method> |
suppressForSingletonMap() |
protected Collection<Method> |
suppressForTreeMapNatural() |
protected Collection<Method> |
suppressForTreeMapWithComparator() |
Test |
testsForConcurrentHashMap() |
Test |
testsForConcurrentSkipListMapNatural() |
Test |
testsForConcurrentSkipListMapWithComparator() |
Test |
testsForEmptyMap() |
Test |
testsForEnumMap() |
Test |
testsForHashMap() |
Test |
testsForLinkedHashMap() |
Test |
testsForSingletonMap() |
Test |
testsForTreeMapNatural() |
Test |
testsForTreeMapWithComparator() |
public static Test suite()
public Test allTests()
protected Collection<Method> suppressForEmptyMap()
protected Collection<Method> suppressForSingletonMap()
protected Collection<Method> suppressForHashMap()
protected Collection<Method> suppressForLinkedHashMap()
protected Collection<Method> suppressForTreeMapNatural()
protected Collection<Method> suppressForTreeMapWithComparator()
protected Collection<Method> suppressForEnumMap()
protected Collection<Method> suppressForConcurrentHashMap()
protected Collection<Method> suppressForConcurrentSkipListMap()
public Test testsForEmptyMap()
public Test testsForSingletonMap()
public Test testsForHashMap()
public Test testsForLinkedHashMap()
public Test testsForTreeMapNatural()
public Test testsForTreeMapWithComparator()
public Test testsForEnumMap()
public Test testsForConcurrentHashMap()
public Test testsForConcurrentSkipListMapNatural()
public Test testsForConcurrentSkipListMapWithComparator()