xgouchet / Elmyr

A utility to make Kotlin/Java tests random yet reproducible
Other
82 stars 2 forks source link

Allow ignore test when precondition fails #1

Closed xgouchet closed 7 years ago

xgouchet commented 7 years ago

eg : when creating anInt with min and max, if min>= max throw an assumption error instead of IllegalArgument