Fabio Collini
Fabio Collini
Hi, what do you mean with `ActivityBuilder`? Can you add more informations to reproduce this problem? Thanks for your report
Hi, why did you define the context method in the RepositoryComponent builder instead of the ApplicationComponent builder? I have never tried this configuration but I think it's the reason of...
Hi, you are right, this use case wasn't supported. But it was quite simple to add the code to support it, can you try to use the commit version [db3a68609a](https://jitpack.io/#fabioCollini/DaggerMock/db3a68609a)?...
Hi, the `LoginTest` seems to be empty in scafolding branch: https://github.com/jstr14/Testing/blob/scafolding/app/src/androidTest/java/cat/helm/basearchitecture/LoginTest.kt
Hi, I think it doesn't work because you are using dexopener but you haven't declared the test runner in your build.gradle file. You can find more info here: https://github.com/tmurakami/dexopener
Usually you shouldn't pass the `ActivityModule` in the rule, however it depends on how you have organized your code. Here you can find an [example](https://github.com/fabioCollini/DaggerMock/blob/master/RealWorldApp/src/androidTest/java/it/cosenonjaviste/daggermock/realworldapp/main/MainActivityMockPresenterTest.java) when a presenter defined in...
Unfortunately you can mock the presenter using DaggerMock only if you use subcomponents or if you define it in the main component. However it's hard to replace it with a...
Could you please provide an example of a test that fails without this modification? Thanks for your suggestion, I'll try to integrate it soon!
Hi, thanks for your report. No, I haven't tested it yet on a multidex app, fortunately I am not using it in the app I am working on. And right...
Can you help me to reproduce the error? I created a new branch https://github.com/fabioCollini/DaggerMock/tree/multidex, I added many libs (finally Guava is helpful in an Android example!) and enabled multidex but...