Arbitrary.ArbitraryFacade
Modifier and Type | Method and Description |
---|---|
default LongArbitrary |
between(long min,
long max)
Set the allowed lower
min (included) and upper max (included) bounder of generated numbers. |
LongArbitrary |
greaterOrEqual(long min)
Set the allowed lower
min (included) bounder of generated numbers. |
LongArbitrary |
lessOrEqual(long 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 LongArbitrary between(long min, long max)
min
(included) and upper max
(included) bounder of generated numbers.LongArbitrary greaterOrEqual(long min)
min
(included) bounder of generated numbers.LongArbitrary lessOrEqual(long max)
max
(included) bounder of generated numbers.