public class TestsForListsInJavaUtil extends Object
| Constructor and Description |
|---|
TestsForListsInJavaUtil() |
| Modifier and Type | Method and Description |
|---|---|
Test |
allTests() |
static 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() |
Test |
testsForAbstractList() |
Test |
testsForAbstractSequentialList() |
Test |
testsForArrayList() |
Test |
testsForArraysAsList() |
Test |
testsForCheckedList() |
Test |
testsForCopyOnWriteArrayList() |
Test |
testsForEmptyList() |
Test |
testsForLinkedList() |
Test |
testsForSingletonList() |
Test |
testsForUnmodifiableList() |
public static Test suite()
public Test allTests()
protected Collection<Method> suppressForEmptyList()
protected Collection<Method> suppressForSingletonList()
protected Collection<Method> suppressForArraysAsList()
protected Collection<Method> suppressForArrayList()
protected Collection<Method> suppressForLinkedList()
protected Collection<Method> suppressForCopyOnWriteArrayList()
protected Collection<Method> suppressForUnmodifiableList()
protected Collection<Method> suppressForCheckedList()
protected Collection<Method> suppressForAbstractList()
protected Collection<Method> suppressForAbstractSequentialList()
public Test testsForEmptyList()
public Test testsForSingletonList()
public Test testsForArraysAsList()
public Test testsForArrayList()
public Test testsForLinkedList()
public Test testsForCopyOnWriteArrayList()
public Test testsForUnmodifiableList()
public Test testsForCheckedList()
public Test testsForAbstractList()
public Test testsForAbstractSequentialList()