Class TestsForSetsInJavaUtil
java.lang.Object
com.google.common.collect.testing.TestsForSetsInJavaUtil
-
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
-
TestsForSetsInJavaUtil
public TestsForSetsInJavaUtil()
-
-
Method Details
-
suite
public static junit.framework.Test suite() -
allTests
public junit.framework.Test allTests() -
suppressForEmptySet
-
suppressForSingletonSet
-
suppressForHashSet
-
suppressForLinkedHashSet
-
suppressForEnumSet
-
suppressForTreeSetNatural
-
suppressForTreeSetWithComparator
-
suppressForCopyOnWriteArraySet
-
suppressForUnmodifiableSet
-
suppressForCheckedSet
-
suppressForCheckedSortedSet
-
suppressForAbstractSet
-
suppressForConcurrentSkipListSetNatural
-
suppressForConcurrentSkipListSetWithComparator
-
testsForEmptySet
public junit.framework.Test testsForEmptySet() -
testsForSingletonSet
public junit.framework.Test testsForSingletonSet() -
testsForHashSet
public junit.framework.Test testsForHashSet() -
testsForLinkedHashSet
public junit.framework.Test testsForLinkedHashSet() -
testsForEnumSet
public junit.framework.Test testsForEnumSet() -
testsForTreeSetNatural
public junit.framework.Test testsForTreeSetNatural() -
testsForTreeSetWithComparator
public junit.framework.Test testsForTreeSetWithComparator() -
testsForCopyOnWriteArraySet
public junit.framework.Test testsForCopyOnWriteArraySet() -
testsForUnmodifiableSet
public junit.framework.Test testsForUnmodifiableSet() -
testsForCheckedSet
public junit.framework.Test testsForCheckedSet() -
testsForCheckedSortedSet
public junit.framework.Test testsForCheckedSortedSet() -
testsForAbstractSet
public junit.framework.Test testsForAbstractSet() -
testsForBadlyCollidingHashSet
public junit.framework.Test testsForBadlyCollidingHashSet() -
testsForConcurrentSkipListSetNatural
public junit.framework.Test testsForConcurrentSkipListSetNatural() -
testsForConcurrentSkipListSetWithComparator
public junit.framework.Test testsForConcurrentSkipListSetWithComparator()
-