Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mockk

Android Ui Tests With Espresso + Mockk Crash With Sigsegv On Emulators, Fine On Physical Devices

I have just started using MockK to mock all the Repositories / Services logic in an MVP-based app f… Read more Android Ui Tests With Espresso + Mockk Crash With Sigsegv On Emulators, Fine On Physical Devices

Gradle Fails: Failed To Resolve: Io After Removing Kotlintest

I've created a new Android Project and set up mockk in Intrument test and Unit test: androi… Read more Gradle Fails: Failed To Resolve: Io After Removing Kotlintest

Mockkstatic And Mockkobject Doesn't Mock Companion Objects In Android

I have a very simple class: class TestClass { companion object { fun sampleFunc(value:… Read more Mockkstatic And Mockkobject Doesn't Mock Companion Objects In Android