This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
0.1.0-beta.1
Pre-release
Pre-release
Added
- (Breaking)
PropertyEvaluationContext
available as a type-receiver in property evaluation skipIf
function onPropertyEvaluationContext
allowing to skip a property evaluation for some specific set of input- Few aliases to get common generators:
positiveInts
,naturalInts
,negativeInts
andnonZeroInts
positiveLongs
,naturalLongs
,negativeLongs
andnonZeroLongs
positiveFloats
,negativeFloats
andnonZeroFloats
positiveDoubles
,negativeDoubles
andnonZeroDoubles
nonEmptyStrings
andnonBlankStrings
nonEmptyLists
,nonEmptySets
andnonEmptyMaps
Changed
- Show test details in console only in case of success
- Improved exception message in case of falsified property (and introduce typed exception
FalsifiedPropertyError
Dependencies Updated
- Kotlin (from
1.3.31
to1.3.40
)