Skip to content

Release 1.2.3 - Coverage Checking and More

Compare
Choose a tag to compare
@jlink jlink released this 28 Jan 15:47

New and Enhanced Features

Breaking Changes

  • Statistics.collect(..) and StatisticsCollector.collect(..) can no longer
    be called with no values. There must be at least one - but it can be null.

  • Statistics.collect(..) and StatisticsCollector.collect(..) must always
    be called with same number of parameters.

  • Deprecated net.jqwik.api.Statistics. Use net.jqwik.api.statistics.Statistics instead.

  • The standard property report is now the last thing to be reported,
    i.e. after statistics reports.

  • Default priority in AbstractDomainContextBase is now 0 (previously 1),
    i.e. they no longer supersede built-in jqwik arbitrary providers but mix in.

Bug Fixes

No open bugs had been reported.