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