com.google.common.collect.testing
Class TestsForListsInJavaUtil

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

public class TestsForListsInJavaUtil
extends Object

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

Author:
Kevin Bourrillion

Constructor Summary
TestsForListsInJavaUtil()
           
 
Method Summary
 junit.framework.Test allTests()
           
static junit.framework.Test suite()
           
protected  Collection<Method> suppressForAbstractList()
           
protected  Collection<Method> suppressForAbstractSequentialList()
           
protected  Collection<Method> suppressForArrayList()
           
protected  Collection<Method> suppressForArraysAsList()
           
protected  Collection<Method> suppressForCheckedList()
           
protected  Collection<Method> suppressForCopyOnWriteArrayList()
           
protected  Collection<Method> suppressForEmptyList()
           
protected  Collection<Method> suppressForLinkedList()
           
protected  Collection<Method> suppressForSingletonList()
           
protected  Collection<Method> suppressForUnmodifiableList()
           
 junit.framework.Test testsForAbstractList()
           
 junit.framework.Test testsForAbstractSequentialList()
           
 junit.framework.Test testsForArrayList()
           
 junit.framework.Test testsForArraysAsList()
           
 junit.framework.Test testsForCheckedList()
           
 junit.framework.Test testsForCopyOnWriteArrayList()
           
 junit.framework.Test testsForEmptyList()
           
 junit.framework.Test testsForLinkedList()
           
 junit.framework.Test testsForSingletonList()
           
 junit.framework.Test testsForUnmodifiableList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestsForListsInJavaUtil

public TestsForListsInJavaUtil()
Method Detail

suite

public static junit.framework.Test suite()

allTests

public junit.framework.Test allTests()

suppressForEmptyList

protected Collection<Method> suppressForEmptyList()

suppressForSingletonList

protected Collection<Method> suppressForSingletonList()

suppressForArraysAsList

protected Collection<Method> suppressForArraysAsList()

suppressForArrayList

protected Collection<Method> suppressForArrayList()

suppressForLinkedList

protected Collection<Method> suppressForLinkedList()

suppressForCopyOnWriteArrayList

protected Collection<Method> suppressForCopyOnWriteArrayList()

suppressForUnmodifiableList

protected Collection<Method> suppressForUnmodifiableList()

suppressForCheckedList

protected Collection<Method> suppressForCheckedList()

suppressForAbstractList

protected Collection<Method> suppressForAbstractList()

suppressForAbstractSequentialList

protected Collection<Method> suppressForAbstractSequentialList()

testsForEmptyList

public junit.framework.Test testsForEmptyList()

testsForSingletonList

public junit.framework.Test testsForSingletonList()

testsForArraysAsList

public junit.framework.Test testsForArraysAsList()

testsForArrayList

public junit.framework.Test testsForArrayList()

testsForLinkedList

public junit.framework.Test testsForLinkedList()

testsForCopyOnWriteArrayList

public junit.framework.Test testsForCopyOnWriteArrayList()

testsForUnmodifiableList

public junit.framework.Test testsForUnmodifiableList()

testsForCheckedList

public junit.framework.Test testsForCheckedList()

testsForAbstractList

public junit.framework.Test testsForAbstractList()

testsForAbstractSequentialList

public junit.framework.Test testsForAbstractSequentialList()


Copyright © 2010-2011. All Rights Reserved.