Hey, I met an issue, could someone help me out abo...
# getting-started
n
Hey, I met an issue, could someone help me out about it?
Copy code
There is mock object: mocker
There is test method: mocker.testSomeFunc { it -> doSomeMagicStuff(it) }
Question: How could I mock
it
to be expected value?