Sheraz Ahmad Khilji
Sheraz Ahmad Khilji
@fabioCollini i think the whole point was that i didn't want to create and provide the spy object otherwise i could have used ``` public DaggerMockRule provides(Class originalClass, Provider provider)...
@fabioCollini yes that would be even better. But i don't have much clue on how to achieve that 😕
Thanks for the response, maybe i can help with a PR once i have some time. > About the final class issue, this is a problem related to the mockito...
>The instrumentations test are not executed on the jvm so mockito inline is not enough i am not using mockito inline, rather using Dexopener. DaggerMockRule is what throws this error.
@fabioCollini i added a PR which adds the spy feature to DaggerMock
The package name of both the `main` and `androidTest` package are the same and the path for `DexOpener` is also correct. Maybe i should share the code with you to...
provide screenshot please with more details
I was getting the exception ``` Error:(1) Attribute "rippleColor" has already been defined ``` But it was solved when i modified my build.gradle by removing ``` compile 'com.android.support:design:22.2.0' ``` and...
Yes it seems to be fixed in new version Thanks
@braebot so does it mean i can theme the Ui according to my own needs by changing the theme from the manifest ?