Hi any one written unit tests for coroutines with ...
# android
m
Hi any one written unit tests for coroutines with launch and async
f
Use the following notation 👇
mockInteractor.stub { onBlocking { aMethod } doReturn aValue }
for more details, see:
KStubbing<T>.onBlocking
in
com.nhaarman.mockitokotlin2
package
m
ok sure thanks, let me check
do you have any example code to check, it is helpful for me to check quickly
f