Arbitrary.ArbitraryFacade
Modifier and Type | Method and Description |
---|---|
default ShortArbitrary |
between(short min,
short max)
Set the allowed lower
min (included) and upper max (included) bounder of generated numbers. |
ShortArbitrary |
greaterOrEqual(short min)
Set the allowed lower
min (included) bounder of generated numbers. |
ShortArbitrary |
lessOrEqual(short max)
Set the allowed upper
max (included) bounder of generated numbers. |
allValues, array, exhaustive, filter, fixGenSize, flatMap, generator, injectNull, iterator, list, map, optional, set, stream, unique, withSamples
default ShortArbitrary between(short min, short max)
min
(included) and upper max
(included) bounder of generated numbers.ShortArbitrary greaterOrEqual(short min)
min
(included) bounder of generated numbers.ShortArbitrary lessOrEqual(short max)
max
(included) bounder of generated numbers.