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