TestCollectionGenerator<java.lang.String>, TestContainerGenerator<java.util.Collection<java.lang.String>,java.lang.String>, TestListGenerator<java.lang.String>public static class SetGenerators.ImmutableSortedSetAsListGenerator extends TestStringListGenerator
| Constructor | Description |
|---|---|
ImmutableSortedSetAsListGenerator() |
| Modifier and Type | Method | Description |
|---|---|---|
protected 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...). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createArray, order, samplesprotected java.util.List<java.lang.String> create(java.lang.String[] elements)
TestStringListGeneratorTestStringListGenerator.create(Object...).create in class TestStringListGenerator