@GwtIncompatible public class TestsForListsInJavaUtil extends java.lang.Object
List implementations in the
java.util package. Can be subclassed to specify tests that should
be suppressed.| Constructor and Description |
|---|
TestsForListsInJavaUtil() |
| Modifier and Type | Method and Description |
|---|---|
junit.framework.Test |
allTests() |
static junit.framework.Test |
suite() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForAbstractList() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForAbstractSequentialList() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForArrayList() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForArraysAsList() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForCheckedList() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForCopyOnWriteArrayList() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForEmptyList() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForLinkedList() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForSingletonList() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForUnmodifiableList() |
protected java.util.Collection<java.lang.reflect.Method> |
suppressForVector() |
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() |
public static junit.framework.Test suite()
public junit.framework.Test allTests()
protected java.util.Collection<java.lang.reflect.Method> suppressForEmptyList()
protected java.util.Collection<java.lang.reflect.Method> suppressForSingletonList()
protected java.util.Collection<java.lang.reflect.Method> suppressForArraysAsList()
protected java.util.Collection<java.lang.reflect.Method> suppressForArrayList()
protected java.util.Collection<java.lang.reflect.Method> suppressForLinkedList()
protected java.util.Collection<java.lang.reflect.Method> suppressForCopyOnWriteArrayList()
protected java.util.Collection<java.lang.reflect.Method> suppressForUnmodifiableList()
protected java.util.Collection<java.lang.reflect.Method> suppressForCheckedList()
protected java.util.Collection<java.lang.reflect.Method> suppressForAbstractList()
protected java.util.Collection<java.lang.reflect.Method> suppressForAbstractSequentialList()
protected java.util.Collection<java.lang.reflect.Method> suppressForVector()
public junit.framework.Test testsForEmptyList()
public junit.framework.Test testsForSingletonList()
public junit.framework.Test testsForArraysAsList()
public junit.framework.Test testsForArrayList()
public junit.framework.Test testsForLinkedList()
public junit.framework.Test testsForCopyOnWriteArrayList()
public junit.framework.Test testsForUnmodifiableList()
public junit.framework.Test testsForCheckedList()
public junit.framework.Test testsForAbstractList()
public junit.framework.Test testsForAbstractSequentialList()