Android functional testing with Dagger

前端 未结 3 2262
借酒劲吻你
借酒劲吻你 2021-02-13 21:52

I’m trying to test an Activity with Mockito & Dagger. I have been able to inject dependencies to Activity in my application but when testing the Activity, I have not been a

3条回答
  •  感动是毒
    2021-02-13 22:20

    I have put everything together and made demo app that shows how to test with dagger: https://github.com/vovkab/dagger-unit-test

    Here is my pervious answer with more details:
    https://stackoverflow.com/a/24393265/369348

提交回复
热议问题