TestCollectionGenerator<UnhashableObject>, TestContainerGenerator<java.util.Collection<UnhashableObject>,UnhashableObject>, TestListGenerator<UnhashableObject>public static class ListGenerators.UnhashableElementsImmutableListGenerator extends TestUnhashableCollectionGenerator<java.util.List<UnhashableObject>>
| Constructor | Description |
|---|---|
UnhashableElementsImmutableListGenerator() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<UnhashableObject> |
create(UnhashableObject[] elements) |
Creates a new collection containing the given elements; implement this
method instead of
TestUnhashableCollectionGenerator.create(Object...). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateArray, order, samplescreatecreate, createArray, order, samplespublic UnhashableElementsImmutableListGenerator()
public java.util.List<UnhashableObject> create(UnhashableObject[] elements)
TestUnhashableCollectionGeneratorTestUnhashableCollectionGenerator.create(Object...).create in class TestUnhashableCollectionGenerator<java.util.List<UnhashableObject>>