https://kotlinlang.org logo
#mockk
Title
d

Davide Giuseppe Farella

07/16/2019, 9:31 AM
Is there any reason why all my Instrumented Test on Android Oreo+ are failing with
Test running failed: Instrumentation run failed due to 'Process crashed.'
? Even the ones that are not using MockK. Just added MockK to an old project. Tried with both 1.9.2 and 1.9.3 with Objenesis workaround. Actually I have some modules with test dependencies and common stuff: my module for instrumented include another module with
mockk
dep, I tried both with and without
mockk-android
in my instrumented module and also excluding
mock
from the module dep ( same way I did for
mockito-core
and
mockito-android
)