|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.testing.ReserializingTestCollectionGenerator<E>
public class ReserializingTestCollectionGenerator<E>
Reserializes the sets created by another test set generator. TODO: make CollectionTestSuiteBuilder test reserialized collections
| Method Summary | ||
|---|---|---|
Collection<E> |
create(Object... elements)
Creates a new container containing the given elements. |
|
E[] |
createArray(int length)
Helper method to create an array of the appropriate type used by this generator. |
|
static
|
newInstance(TestCollectionGenerator<E> delegate)
|
|
Iterable<E> |
order(List<E> insertionOrder)
Returns the iteration ordering of elements, given the order in which they were added to the container. |
|
SampleElements<E> |
samples()
Returns the sample elements that this generate populates its container with. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <E> ReserializingTestCollectionGenerator<E> newInstance(TestCollectionGenerator<E> delegate)
public Collection<E> create(Object... elements)
TestContainerGenerator
create in interface TestContainerGenerator<Collection<E>,E>public SampleElements<E> samples()
TestContainerGenerator
samples in interface TestContainerGenerator<Collection<E>,E>public E[] createArray(int length)
TestContainerGenerator
createArray in interface TestContainerGenerator<Collection<E>,E>public Iterable<E> order(List<E> insertionOrder)
TestContainerGeneratorThis method runs only when CollectionFeature.KNOWN_ORDER
is specified when creating the test suite. It should never run when testing
containers such as HashSet, which have a
non-deterministic iteration order.
order in interface TestContainerGenerator<Collection<E>,E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||