public static class MapGenerators.ImmutableMapUnhashableValuesGenerator extends TestUnhashableCollectionGenerator<java.util.Collection<UnhashableObject>>
| Constructor and Description |
|---|
ImmutableMapUnhashableValuesGenerator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<UnhashableObject> |
create(UnhashableObject[] elements)
Creates a new collection containing the given elements; implement this method instead of
TestUnhashableCollectionGenerator.create(Object...). |
create, createArray, order, samplespublic ImmutableMapUnhashableValuesGenerator()
public java.util.Collection<UnhashableObject> create(UnhashableObject[] elements)
TestUnhashableCollectionGeneratorTestUnhashableCollectionGenerator.create(Object...).create in class TestUnhashableCollectionGenerator<java.util.Collection<UnhashableObject>>