替换正在运行的 roboguice 应用程序中的单例实例

发布于 2024-12-24 00:26:02 字数 192 浏览 2 评论 0原文

我有一个使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅笑依然 2024-12-31 00:26:02

到目前为止我们还没有找到任何解决方案。我们为实例创建了一个包装器并替换了插入的委托。 :(

Until now we didn't find any solution. We created a wrapper for the instances and replaced the inserted delegates. :(

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文