1.13.11
What's Changed
- Fix wasNotshould throw exception when called on non mocked object by @Gosunet in #1174
- Fix cannot mock value class for class property in 1.13.10 by @ZhaohuaZeng-at in #1230
- Introduce
verifyCount
DSL by @T45K in #1234 - Fix parallel testing flag by @Evenprime in #1238
- Implement
clearStaticMockk
for KFunction and KProperty by @krocard in #1239 - [CONTRIBUTING.md] Suggest running
gradle check
before opening a PR by @krocard in #1240
New Contributors
- @Gosunet made their first contribution in #1174
- @ZhaohuaZeng-at made their first contribution in #1230
- @T45K made their first contribution in #1234
- @Evenprime made their first contribution in #1238
- @krocard made their first contribution in #1239
Full Changelog: 1.13.10...1.13.11