https://kotlinlang.org logo
#mockk
Title
b

bbaldino

07/25/2019, 5:39 PM
trying out mockk, but running into
Missing calls inside every { ... } block.
i've searched around but most instances of this seem to come from people trying it on static, but i'm not so haven't gotten it sorted yet. i'm trying to basically 'stub' out an object, do i need to add
every
calls for every member/property in the mocked object?