|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.testing.TestUnhashableCollectionGenerator<T>
@GwtCompatible public abstract class TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>>
Creates collections containing unhashable sample elements, to be tested.
This class is GWT compatible.
| Constructor Summary | |
|---|---|
TestUnhashableCollectionGenerator()
|
|
| Method Summary | |
|---|---|
T |
create(Object... elements)
Creates a new container containing the given elements. |
protected abstract T |
create(UnhashableObject[] elements)
Creates a new collection containing the given elements; implement this method instead of create(Object...). |
UnhashableObject[] |
createArray(int length)
Helper method to create an array of the appropriate type used by this generator. |
Iterable<UnhashableObject> |
order(List<UnhashableObject> insertionOrder)
Returns the iteration ordering of elements, given the order in which they were added to the container. |
SampleElements<UnhashableObject> |
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 |
| Constructor Detail |
|---|
public TestUnhashableCollectionGenerator()
| Method Detail |
|---|
public SampleElements<UnhashableObject> samples()
TestContainerGenerator
samples in interface TestContainerGenerator<Collection<UnhashableObject>,UnhashableObject>public T create(Object... elements)
TestContainerGenerator
create in interface TestContainerGenerator<Collection<UnhashableObject>,UnhashableObject>protected abstract T create(UnhashableObject[] elements)
create(Object...).
public UnhashableObject[] createArray(int length)
TestContainerGenerator
createArray in interface TestContainerGenerator<Collection<UnhashableObject>,UnhashableObject>public Iterable<UnhashableObject> order(List<UnhashableObject> 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<UnhashableObject>,UnhashableObject>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||