public static class SortedMapGenerators.ImmutableSortedMapKeyListGenerator extends TestStringListGenerator
| Constructor and Description |
|---|
ImmutableSortedMapKeyListGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
create(String[] elements)
Creates a new collection containing the given elements; implement this method instead of
TestStringListGenerator.create(Object...). |
List<String> |
order(List<String> insertionOrder)
Returns the original element list, unchanged.
|
create, createArray, samplespublic ImmutableSortedMapKeyListGenerator()
protected List<String> create(String[] elements)
TestStringListGeneratorTestStringListGenerator.create(Object...).create in class TestStringListGeneratorpublic List<String> order(List<String> insertionOrder)
TestStringListGeneratororder in interface TestContainerGenerator<Collection<String>,String>order in class TestStringListGeneratorCopyright © 2010–2019. All rights reserved.