Class CollectionSpliteratorTester<E>
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<C,E>>
-
- com.google.common.collect.testing.AbstractContainerTester<java.util.Collection<E>,E>
-
- com.google.common.collect.testing.AbstractCollectionTester<E>
-
- com.google.common.collect.testing.testers.CollectionSpliteratorTester<E>
-
- All Implemented Interfaces:
junit.framework.Test
public class CollectionSpliteratorTester<E> extends AbstractCollectionTester<E>
A generic JUnit test which testsspliterator
operations on a collection. Can't be invoked directly; please seeCollectionTestSuiteBuilder
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.collect.testing.AbstractContainerTester
AbstractContainerTester.ArrayWithDuplicate<E>
-
-
Field Summary
-
Fields inherited from class com.google.common.collect.testing.AbstractCollectionTester
collection
-
Fields inherited from class com.google.common.collect.testing.AbstractContainerTester
container, samples
-
-
Constructor Summary
Constructors Constructor Description CollectionSpliteratorTester()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.reflect.Method
getSpliteratorNotImmutableCollectionAllowsAddMethod()
static java.lang.reflect.Method
getSpliteratorNotImmutableCollectionAllowsRemoveMethod()
void
testSpliteratorKnownOrder()
void
testSpliteratorNotImmutable_CollectionAllowsAdd()
void
testSpliteratorNotImmutable_CollectionAllowsRemove()
void
testSpliteratorNullable()
void
testSpliteratorUnknownOrder()
-
Methods inherited from class com.google.common.collect.testing.AbstractCollectionTester
actualContents, createArrayWithNullElement, expectNullMissingWhenNullUnsupported, initCollectionWithNullElement, resetCollection, resetContainer
-
Methods inherited from class com.google.common.collect.testing.AbstractContainerTester
createArrayWithDuplicateElement, createDisjointCollection, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectContents, expectMissing, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, setUp
-
Methods inherited from class com.google.common.collect.testing.AbstractTester
getName, getSubjectGenerator, getTestMethodName, init, init, tearDown
-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, run, run, runBare, runTest, setName, toString
-
-
-
-
Method Detail
-
testSpliteratorUnknownOrder
public void testSpliteratorUnknownOrder()
-
testSpliteratorKnownOrder
public void testSpliteratorKnownOrder()
-
testSpliteratorNullable
public void testSpliteratorNullable()
-
testSpliteratorNotImmutable_CollectionAllowsAdd
public void testSpliteratorNotImmutable_CollectionAllowsAdd()
-
testSpliteratorNotImmutable_CollectionAllowsRemove
public void testSpliteratorNotImmutable_CollectionAllowsRemove()
-
getSpliteratorNotImmutableCollectionAllowsAddMethod
public static java.lang.reflect.Method getSpliteratorNotImmutableCollectionAllowsAddMethod()
-
getSpliteratorNotImmutableCollectionAllowsRemoveMethod
public static java.lang.reflect.Method getSpliteratorNotImmutableCollectionAllowsRemoveMethod()
-
-