Hey all, I'm verifying calls to a mocked object an...
# mockk
a
Hey all, I'm verifying calls to a mocked object and I'm getting
io.mockk.MockKException: No other calls allowed in stdObjectAnswer than equals/hashCode/toString
but no clue why this is happening 😓 Has anyone got this exception before? Thanks in advance ✌️
d
The problem is in the code you haven’t posted.
117 Views