public static class ListGenerators.UnhashableElementsImmutableListGenerator extends TestUnhashableCollectionGenerator<List<UnhashableObject>>
| Constructor and Description |
|---|
UnhashableElementsImmutableListGenerator() |
| Modifier and Type | Method and Description |
|---|---|
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 List<UnhashableObject> create(UnhashableObject[] elements)
TestUnhashableCollectionGeneratorTestUnhashableCollectionGenerator.create(Object...).create in class TestUnhashableCollectionGenerator<List<UnhashableObject>>Copyright © 2010–2019. All rights reserved.