What’s the usecase for that? The mockk isn’t a rea...
# mockk
c
What’s the usecase for that? The mockk isn’t a real instance... if you are testing a real instance than the verify shouldn’t be necessary, just assert on it directly. Very curious why this is necessary though.