uhe
07/27/2018, 2:25 PMjava.lang.RuntimeException: Method myLooper in android.os.Looper not mocked. See <http://g.co/androidstudio/not-mocked> for details.
at android.os.Looper.myLooper(Looper.java)
at kotlinx.coroutines.experimental.android.MainLooperChecker.checkRunBlocking(HandlerContext.kt:124)
The tests are plain JVM unit tests and use runBlocking
to test presenterselizarov
07/27/2018, 2:37 PMuhe
07/27/2018, 2:38 PM