TestCollectionGenerator<UnhashableObject>, TestContainerGenerator<java.util.Collection<UnhashableObject>,UnhashableObject>public static class MapGenerators.ImmutableMapUnhashableValuesGenerator extends TestUnhashableCollectionGenerator<java.util.Collection<UnhashableObject>>
| Constructor | Description |
|---|---|
ImmutableMapUnhashableValuesGenerator() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<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, waitcreate, createArray, order, samplespublic ImmutableMapUnhashableValuesGenerator()
public java.util.Collection<UnhashableObject> create(UnhashableObject[] elements)
TestUnhashableCollectionGeneratorTestUnhashableCollectionGenerator.create(Object...).create in class TestUnhashableCollectionGenerator<java.util.Collection<UnhashableObject>>