//spek test }) class URLItemTCKTest : ItemTCK(URLItem("www.appfoundry.be")) class TwitterItemTCKTest : ItemTCK(TwitterItem("@AppFoundryBE")) class MailItemTCKTest : ItemTCK(MailItem("[email protected]")) class PhoneItemTCKTest : ItemTCK(PhoneItem("003238719966"))
at be.appfoundry.spekdemo.util.RxTest$1$1$2.invoke(RxTest.kt:22) at be.appfoundry.spekdemo.util.RxTest$1$1$2.invoke(RxTest.kt:16) at org.jetbrains.spek.engine.Scope$Test.execute(Scope.kt:110) at org.jetbrains.spek.engine.Scope$Test.execute(Scope.kt:83) ... Caused by: java.lang.RuntimeException: Method getMainLooper in android.os.Looper not mocked. See http://g.co/androidstudio/not-mocked for details. at android.os.Looper.getMainLooper(Looper.java) at rx.android.schedulers.AndroidSchedulers $MainThreadSchedulerHolder.<clinit>(AndroidSchedulers.java:31) ... 32 more