Join Slack
Powered by
How to capture whatever was returned from a mockk ...
# mockk
l
LeoColman
11/14/2019, 4:03 PM
How to capture whatever was returned from a mockk call? For instance, I want to capture this result:
verify { foo.bar() }
when
foo.bar()
returns a
Foo
Open in Slack
Previous
Next