public static class MapGenerators.ImmutableMapKeyListGenerator extends TestStringListGenerator
| Constructor and Description |
|---|
ImmutableMapKeyListGenerator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
create(java.lang.String[] elements)
Creates a new collection containing the given elements; implement this method instead of
TestStringListGenerator.create(Object...). |
create, createArray, order, samplespublic java.util.List<java.lang.String> create(java.lang.String[] elements)
TestStringListGeneratorTestStringListGenerator.create(Object...).create in class TestStringListGenerator