https://kotlinlang.org logo
#mockk
Title
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