Hey guys, does anybody know how to make mockk `any...
# multiplatform
j
Hey guys, does anybody know how to make mockk
any
matcher match objects of one specific class? I imagine something like this:
any<MyClass::class>()
l
Maybe slots do what you're looking for?
d
any<MyClass>()
😄 1
👍 1