Arbitrary.ArbitraryFacade
Modifier and Type | Method and Description |
---|---|
CharacterArbitrary |
all()
Allow all unicode chars to show up in generated values.
|
CharacterArbitrary |
ascii()
Allow all ascii chars to show up in generated values.
|
CharacterArbitrary |
between(char min,
char max)
Allow all chars within
min (included) and max (included) to show up in generated values. |
CharacterArbitrary |
digit()
Allow all numeric chars (digits) to show up in generated values.
|
allValues, array, exhaustive, filter, fixGenSize, flatMap, generator, injectNull, iterator, list, map, optional, set, stream, unique, withSamples
CharacterArbitrary between(char min, char max)
min
(included) and max
(included) to show up in generated values.CharacterArbitrary ascii()
CharacterArbitrary all()
CharacterArbitrary digit()