Hello everyone! A while back, I introduced the initial version of Mokkery, a mocking library for Kotlin Multiplatform. Since then, I've made several updates!
Here are the new key features:
• Ability to call original method for mocked objects.
• Arguments capturing mechanism.
• Introduction of logical matchers (and, or, not) to combine regular argument matchers.
• Additional argument matchers.
In addition to these features, I have also addressed some bugs and made a few minor improvements. Full changelogs are available here!
If you have already tried Mokkery, I would greatly appreciate your feedback. Please feel free to share it here. Furthermore, if you require any assistance, don't hesitate to ask!
👋 1
👏 1
K 6
d
Dave Leeds
09/27/2023, 4:45 PM
Oh, wow - I didn't know this exists! I'm looking forward to trying this out. 👍