在阅读匕首2的文档时,在构建应用程序进行测试时,找不到提供依赖关系的简单方法.我发现的唯一线索是:
Dagger 2 doesn’t support overrides. Modules that
override for simple testing fakes can create
a subclass of the module to emulate that behavIoUr.
Modules that use overrides and rely on dependency injection
should be decomposed so that the overridden modules are instead
represented as a choice between two modules.
我不明白如何在Android上设置这样的配置,任何人都可以解释一下?
解决方法
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。