Release 1.2.2
New and Enhanced Features
-
When configuration parameter
database
is set to empty, test run recording
is now completely disabled. -
Exhaustive generation of single decimals and floats
-
Added
Arbitrary.sample()
andArbitrary.sampleStream()
for enabling
the use of generators outside of properties -
Arbitraries.oneOf(Arbitrary<? extends T>... arbitraries)
does now accept
covariant subtypes and still returns typeArbitrary<T>
.
Breaking Changes
- Deprecated
Arbitrary.withSamples(T... samples)