New
v6.1.3
What's Changed
- clean-up-unused-class-PossibleMatch by @AlexCue987 in https://github.com/kotest/kotest/pull/5638
- document-shouldContainInOrder (#5640) by @AlexCue987 in https://github.com/kotest/kotest/pull/5641
- Restore method removed in 6.1 by @sksamuel in https://github.com/kotest/kotest/pull/5645
- Filter out abstract classes if passed to the engine by @sksamuel in https://github.com/kotest/kotest/pull/5646
- Add Android instrumentation support to the Intellij plugin by @sksamuel in https://github.com/kotest/kotest/pull/5647
- add shouldContainInOrderWithoutOverlaps by @AlexCue987 in https://github.com/kotest/kotest/pull/5649
- Fix hangs with nested runTest by @sksamuel in https://github.com/kotest/kotest/pull/5655
- Flatten nested test output in TeamCity for Native by @sksamuel in https://github.com/kotest/kotest/pull/5643
- Add option to gradle plugin to configure power assert by @sksamuel in https://github.com/kotest/kotest/pull/5657
- Adding forAll functions for rows with 11 to 22 elements by @NersesAM in https://github.com/kotest/kotest/pull/5661
- Add JUnit Jupiter test module for backwards compatibility by @sksamuel in https://github.com/kotest/kotest/pull/5664
- Fix source ref lookup for data tests by @sksamuel in https://github.com/kotest/kotest/pull/5663
- SpringExtension now supports test class inheritance by @rei-paypay in https://github.com/kotest/kotest/pull/5667
New Contributors
- @NersesAM made their first contribution in https://github.com/kotest/kotest/pull/5661
- @rei-paypay made their first contribution in https://github.com/kotest/kotest/pull/5667
Full Changelog: https://github.com/kotest/kotest/compare/v6.1.2...v6.1.3