TestIt
TestIt copied to clipboard
Update dependency io.mockk:mockk to v1.13.11
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
io.mockk:mockk (source) | 1.13.10 -> 1.13.11 |
Release Notes
mockk/mockk (io.mockk:mockk)
v1.13.11
What's Changed
- Fix wasNotshould throw exception when called on non mocked object by @Gosunet in https://github.com/mockk/mockk/pull/1174
- Fix cannot mock value class for class property in 1.13.10 by @ZhaohuaZeng-at in https://github.com/mockk/mockk/pull/1230
- Introduce
verifyCount
DSL by @T45K in https://github.com/mockk/mockk/pull/1234 - Fix parallel testing flag by @Evenprime in https://github.com/mockk/mockk/pull/1238
- Implement
clearStaticMockk
for KFunction and KProperty by @krocard in https://github.com/mockk/mockk/pull/1239 - [CONTRIBUTING.md] Suggest running
gradle check
before opening a PR by @krocard in https://github.com/mockk/mockk/pull/1240
New Contributors
- @Gosunet made their first contribution in https://github.com/mockk/mockk/pull/1174
- @ZhaohuaZeng-at made their first contribution in https://github.com/mockk/mockk/pull/1230
- @T45K made their first contribution in https://github.com/mockk/mockk/pull/1234
- @Evenprime made their first contribution in https://github.com/mockk/mockk/pull/1238
- @krocard made their first contribution in https://github.com/mockk/mockk/pull/1239
Full Changelog: https://github.com/mockk/mockk/compare/1.13.10...1.13.11
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.