Rounding up the 1.5 Series
New and Enhanced Features
-
Upgraded to JUnit platform 1.8.0
-
Improved performance of large collection generation.
See #227.
Breaking Changes
- Parameters for
StringArbitrary.ofMinLength()
andStringArbitrary.ofMaxLength()
are validated.
See #221.
Bug Fixes
-
Added reporting format for type
char[]
. -
@StatisticsReport(onFailureOnly = true)
now also works when failure
is a statistics check failure.