Kotest v4.0.2 Release Notes

    • ๐Ÿ”‹ Feature: Added filter and map to Exhaustives #1343
    • ๐Ÿ”‹ Feature: shouldBeInteger matcher using contracts #1315
    • ๐Ÿ›  Bugfix: Fixed issue with xdescribe in describe spec always being active
    • ๐Ÿ›  Bugfix: Simple tags were using full class names rather than the simple name breaking backwards compatibility #1346
    • ๐Ÿ‘Œ Improvement: Caching result of discovery for increased performance in maven #1325
    • ๐Ÿ›  Bugfix: Closing resources used in classgraph scan #1323
    • ๐Ÿ›  Bugfix: Fixed timeout for coroutine launched inside a test without its own scope #1345
    • ๐Ÿ›  Bugfix: Fix Arb.bind returning only the same value #1348
    • ๐Ÿ›  Bugfix: Restored usage of opentest4j assertions #1339
    • ๐Ÿ›  Bugfix: Fixed missing stacktrace in data driven testing #1336
    • ๐Ÿ›  Bugfix: Fixed Arb.instant always returning same value #1322
    • ๐Ÿ›  Bugfix: Added workaround for gradle 5 bugs.