testing-samples icon indicating copy to clipboard operation
testing-samples copied to clipboard

Is there any sample for multiple modules app with espresso and dagger android

Open mnayef95 opened this issue 5 years ago • 1 comments

Scenario

  • app module contains the app component with its modules for inject sub modules dependencies
  • module1 contains activity with its own espresso test
  • module2 contains activity with its own espresso test
  • module1 start activity from module2
  • module2 throw
java.lang.IllegalArgumentException: No injector factory bound for Class<com.winfooz.trucking.authentication.login.LoginActivity>

mnayef95 avatar Oct 15 '19 20:10 mnayef95

up

gkaradagan avatar Sep 20 '20 21:09 gkaradagan