hey! this question remained unanswered a couple of...
# mockk
p
hey! this question remained unanswered a couple of years ago and now I find myself wondering the same. Let’s see if this time I succeed 🙂 Can someone help me here?
c
I think the answer is “don’t mock a builder”. mocks are for interactions, and a builder just holds data.
p
Builder is exposed by a third party and I don’t know what it is doing internally, so I don’t want the real builder to run, this is the use case