8000 Release 1.13.17 · mockk/mockk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1.13.17

Compare
Choose a tag to compare
7855
@Raibaz Raibaz released this 04 Mar 10:37
· 34 commits to master since this release

What's Changed

  • Fix(Issue #1333): Bug fix for the issue with MockK 1.13.16 Wraps Results Objects Twice by @kpadhiamex in #1334
  • Fix (issue# 1329) parallel testing for unmockkAll by @kpadhiamex in #1335
  • [#1304] feat: Restrict mocking of certain classes and add configuration option by @devtaebong in #1340
  • Update README.md - Clarify that private fields cannot be mocked by @p4ulor in #1347
  • Added new property "failOnSetBackingFieldException" to fail test if a backing field could not be set by @cgm-aw in #1349
  • Fix compilation error in constructedWith docs by @TWiStErRob in #1354

New Contributors

Full Changelog: 1.13.16...1.13.17

0