Join Slack
Powered by
I tried to explicitly mock: `every { foo.getBar() ...
# mockk
g
ghedeon
07/18/2018, 9:04 PM
I tried to explicitly mock:
every { foo.getBar() }...
. And the
foo.getBar()
is getting mocked. But that doesn't help me, because in code the
foo.bar
is used and it's ignored by Mockk
2
Views
Open in Slack
Previous
Next