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