替换正在运行的 roboguice 应用程序中的单例实例
我有一个使用 roboguice 作为依赖注入框架的 Android 应用程序。定义了几个单例服务,它们在应用程序和活动中使用。我的问题是我们有一个 Robotium 测试,它在 ActivityInstrumentation2Testcase 中测试工作流程。测试应该使用模拟而不是真实实例。不幸的是,我们无法找到更改引用的可能性,因为应用程序正在运行。有人有想法吗?
I have an android application using roboguice as a dependency injection framework. There are several singleton services defined, which are used in the application as well in activities. My problem is that we have a robotium test, which testing the workflow in an ActivityInstrumentation2Testcase. The Test should use mocks instead of the the real instance. Unfortunately we couldn't find a possibility to change the reference, because the application is running. Has somebody an idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止我们还没有找到任何解决方案。我们为实例创建了一个包装器并替换了插入的委托。 :(
Until now we didn't find any solution. We created a wrapper for the instances and replaced the inserted delegates. :(