Class TestsForListsInJavaUtil
java.lang.Object
com.google.common.collect.testing.TestsForListsInJavaUtil
-
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> 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
-
TestsForListsInJavaUtil
public TestsForListsInJavaUtil()
-
-
Method Details
-
suite
public static junit.framework.Test suite() -
allTests
public junit.framework.Test allTests() -
suppressForEmptyList
-
suppressForSingletonList
-
suppressForArraysAsList
-
suppressForArrayList
-
suppressForLinkedList
-
suppressForCopyOnWriteArrayList
-
suppressForUnmodifiableList
-
suppressForCheckedList
-
suppressForAbstractList
-
suppressForAbstractSequentialList
-
suppressForVector
-
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()
-