public class TestsForSetsInJavaUtil extends Object
| Constructor and Description |
|---|
TestsForSetsInJavaUtil() |
public static Test suite()
public Test allTests()
protected Collection<Method> suppressForEmptySet()
protected Collection<Method> suppressForSingletonSet()
protected Collection<Method> suppressForHashSet()
protected Collection<Method> suppressForLinkedHashSet()
protected Collection<Method> suppressForEnumSet()
protected Collection<Method> suppressForTreeSetNatural()
protected Collection<Method> suppressForTreeSetWithComparator()
protected Collection<Method> suppressForCopyOnWriteArraySet()
protected Collection<Method> suppressForUnmodifiableSet()
protected Collection<Method> suppressForCheckedSet()
protected Collection<Method> suppressForAbstractSet()
protected Collection<Method> suppressForConcurrentSkipListSetNatural()
protected Collection<Method> suppressForConcurrentSkipListSetWithComparator()
public Test testsForEmptySet()
public Test testsForSingletonSet()
public Test testsForHashSet()
public Test testsForLinkedHashSet()
public Test testsForEnumSet()
public Test testsForTreeSetNatural()
public Test testsForTreeSetWithComparator()
public Test testsForCopyOnWriteArraySet()
public Test testsForUnmodifiableSet()
public Test testsForCheckedSet()
public Test testsForAbstractSet()
public Test testsForBadlyCollidingHashSet()
public Test testsForConcurrentSkipListSetNatural()
public Test testsForConcurrentSkipListSetWithComparator()