1.13.17
What's Changed
- Fix(Issue #1333): Bug fix for the issue with MockK 1.13.16 Wraps Results Objects Twice by @kpadhiamex in https://github.com/mockk/mockk/pull/1334
- Fix (issue# 1329) parallel testing for unmockkAll by @kpadhiamex in https://github.com/mockk/mockk/pull/1335
- [#1304] feat: Restrict mocking of certain classes and add configuration option by @devtaebong in https://github.com/mockk/mockk/pull/1340
- Update README.md - Clarify that private fields cannot be mocked by @p4ulor in https://github.com/mockk/mockk/pull/1347
- Added new property "failOnSetBackingFieldException" to fail test if a backing field could not be set by @cgm-aw in https://github.com/mockk/mockk/pull/1349
- Fix compilation error in constructedWith docs by @TWiStErRob in https://github.com/mockk/mockk/pull/1354
New Contributors
- @devtaebong made their first contribution in https://github.com/mockk/mockk/pull/1340
- @p4ulor made their first contribution in https://github.com/mockk/mockk/pull/1347
- @cgm-aw made their first contribution in https://github.com/mockk/mockk/pull/1349
- @TWiStErRob made their first contribution in https://github.com/mockk/mockk/pull/1354
Full Changelog: https://github.com/mockk/mockk/compare/1.13.16...1.13.17