I tried to explicitly mock: `every { foo.getBar() ...
# mockk
g
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