jqwik v1.3.1 Release Notes

Release Date: 2020-06-19 // almost 4 years ago
  • 🆕 New and Enhanced Features

    Reporting of falsified, shrunk and generated samples has been completely reworked.
    👀 See this issue for more details.

    ➕ Added Arbitrary.ignoreException(exceptionType) which allows to ignore exceptions during value generation.

    💥 Breaking Changes

    Arbitraries.of(List<T>) replaced with Arbitraries.of(Collection<T>)

    Arbitraries.ofSuppliers(List<Supplier<T>>) replaced with Arbitraries.of(Collection<Supplier<T>>)

    🐛 Bug Fixes

    No open bugs had been reported.