public static class ListGenerators.CharactersOfStringGenerator extends TestCharacterListGenerator
| Constructor and Description |
|---|
ListGenerators.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 ListGenerators.CharactersOfStringGenerator()
public List<Character> create(Character[] elements)
TestCharacterListGeneratorTestCharacterListGenerator.create(Object...).create in class TestCharacterListGeneratorCopyright © 2010-2016. All Rights Reserved.