@GwtCompatible(emulated=true) public class CollectionSpliteratorTester<E> extends AbstractCollectionTester<E>
spliterator
operations on a collection. Can't be invoked
directly; please see CollectionTestSuiteBuilder
.AbstractContainerTester.ArrayWithDuplicate<E>
collection
container, samples
Constructor and Description |
---|
CollectionSpliteratorTester() |
Modifier and Type | Method and 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() |
actualContents, createArrayWithNullElement, expectNullMissingWhenNullUnsupported, initCollectionWithNullElement, resetCollection, resetContainer
createArrayWithDuplicateElement, createDisjointCollection, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectContents, expectMissing, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, setUp
getName, getSubjectGenerator, getTestMethodName, init, init, tearDown
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
public CollectionSpliteratorTester()
public void testSpliteratorUnknownOrder()
public void testSpliteratorKnownOrder()
public void testSpliteratorNullable()
public void testSpliteratorNotImmutable_CollectionAllowsAdd()
public void testSpliteratorNotImmutable_CollectionAllowsRemove()
@GwtIncompatible public static java.lang.reflect.Method getSpliteratorNotImmutableCollectionAllowsAddMethod()
@GwtIncompatible public static java.lang.reflect.Method getSpliteratorNotImmutableCollectionAllowsRemoveMethod()
Copyright © 2010-2017. All Rights Reserved.