dagger-2-testing-demo
dagger-2-testing-demo copied to clipboard
Sample Android application using Dagger 2, Robolectric, and Mockito
Error:(17, 21) error: cannot find symbol variable DaggerTestMyApplication_TestApplicationComponent
I run tests. It works, and Robolectric uses the TestMyApplication class. I can not find the place where it is declared. Could you describe, why tests use TestMyApplication instead MyApplication?
Hey there. I like your example here. It looks pretty good and makes sense to me. Can you tell me how you might take a similar approach with a library...