dagger-2-testing-demo icon indicating copy to clipboard operation
dagger-2-testing-demo copied to clipboard

Sample Android application using Dagger 2, Robolectric, and Mockito

Results 3 dagger-2-testing-demo issues
Sort by recently updated
recently updated
newest added

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...