com.google.common.collect.testing
Class TestsForSetsInJavaUtil

java.lang.Object
  extended by com.google.common.collect.testing.TestsForSetsInJavaUtil

public class TestsForSetsInJavaUtil
extends Object

Generates a test suite covering the Set implementations in the java.util package. Can be subclassed to specify tests that should be suppressed.

Author:
Kevin Bourrillion

Constructor Summary
TestsForSetsInJavaUtil()
           
 
Method Summary
 junit.framework.Test allTests()
           
static junit.framework.Test suite()
           
protected  Collection<Method> suppressForAbstractSet()
           
protected  Collection<Method> suppressForCheckedSet()
           
protected  Collection<Method> suppressForCopyOnWriteArraySet()
           
protected  Collection<Method> suppressForEmptySet()
           
protected  Collection<Method> suppressForEnumSet()
           
protected  Collection<Method> suppressForHashSet()
           
protected  Collection<Method> suppressForLinkedHashSet()
           
protected  Collection<Method> suppressForSingletonSet()
           
protected  Collection<Method> suppressForTreeSetNatural()
           
protected  Collection<Method> suppressForTreeSetWithComparator()
           
protected  Collection<Method> suppressForUnmodifiableSet()
           
 junit.framework.Test testsForAbstractSet()
           
 junit.framework.Test testsForBadlyCollidingHashSet()
           
 junit.framework.Test testsForCheckedSet()
           
 junit.framework.Test testsForCopyOnWriteArraySet()
           
 junit.framework.Test testsForEmptySet()
           
 junit.framework.Test testsForEnumSet()
           
 junit.framework.Test testsForHashSet()
           
 junit.framework.Test testsForLinkedHashSet()
           
 junit.framework.Test testsForSingletonSet()
           
 junit.framework.Test testsForTreeSetNatural()
           
 junit.framework.Test testsForTreeSetWithComparator()
           
 junit.framework.Test testsForUnmodifiableSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestsForSetsInJavaUtil

public TestsForSetsInJavaUtil()
Method Detail

suite

public static junit.framework.Test suite()

allTests

public junit.framework.Test allTests()

suppressForEmptySet

protected Collection<Method> suppressForEmptySet()

suppressForSingletonSet

protected Collection<Method> suppressForSingletonSet()

suppressForHashSet

protected Collection<Method> suppressForHashSet()

suppressForLinkedHashSet

protected Collection<Method> suppressForLinkedHashSet()

suppressForEnumSet

protected Collection<Method> suppressForEnumSet()

suppressForTreeSetNatural

protected Collection<Method> suppressForTreeSetNatural()

suppressForTreeSetWithComparator

protected Collection<Method> suppressForTreeSetWithComparator()

suppressForCopyOnWriteArraySet

protected Collection<Method> suppressForCopyOnWriteArraySet()

suppressForUnmodifiableSet

protected Collection<Method> suppressForUnmodifiableSet()

suppressForCheckedSet

protected Collection<Method> suppressForCheckedSet()

suppressForAbstractSet

protected Collection<Method> suppressForAbstractSet()

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()

testsForAbstractSet

public junit.framework.Test testsForAbstractSet()

testsForBadlyCollidingHashSet

public junit.framework.Test testsForBadlyCollidingHashSet()


Copyright © 2010-2011. All Rights Reserved.