Kotest v4.2.3 Release Notes

Release Date: 2020-09-01 // over 3 years ago
    • ๐Ÿ›  Bugfix: Throwables of Error in the engine should be reported to test engine listeners
    • ๐Ÿ›  Bugfix: Switched classgraph to api
    • ๐Ÿ›  Bugfix: Make Set comparisons use .contains() instead of a linear search #1672
    • ๐Ÿ›  Bugfix: Change retry default delay to 1 #1670
    • ๐Ÿ›  Bugfix: removed 1.4 api usage from property tests
    • ๐Ÿ‘Œ Improvement: Allow retry to call suspend functions #1669
    • ๐Ÿ‘Œ Improvement: Add matcher alias for Iterator have next #1664
    • ๐Ÿ‘Œ Improvement: Add java.util.Optional matchers #1662
    • ๐Ÿ‘Œ Improvement: Expand ktor matchers to the client libraries #1658
    • ๐Ÿ‘Œ Improvement: Add forNone assertion #1654
    • ๐Ÿ‘Œ Improvement: Arb and Exhaustive should be covariant #1653
    • ๐Ÿ‘Œ Improvement: Remove the annoying executionError extra test in gradle #1655
    • ๐Ÿ‘Œ Improvement: Added more helpful error message when spec instantiation fails
    • ๐Ÿ“„ Docs: Update Gradle dependencies docs removing unnecessary -jvm suffix #1650
    • ๐Ÿ“„ Docs: MockServer extension documentation #1446