Hi guys, I have a question using Robolectric with ...
# android
e
Hi guys, I have a question using Robolectric with Kotlin tests. On Parameterized tests, the expected parameters are supposed to inherit from
java.lang.Object
. I want to inject a Kotlin object (actually an enum for this case), do you know if there is a trick to get this to work?