Android 单元测试自定义alertDialog

发布于 2024-11-08 13:37:09 字数 163 浏览 0 评论 0原文

我正在为自定义警报对话框构建单元测试。它是从我们的地图活动调用的 ItemizedOverlay onTap 事件启动的。我的问题是,是否可以通过单元测试从膨胀的自定义对话框中获取“查看”项目。

如果属性存在,该对话框将显示一些按钮,如果不存在,该对话框将显示其他按钮。这是我正在尝试测试的功能。

I am in the process of building a unit test for a custom alert dialog box. It is launched from a ItemizedOverlay onTap event which is called from our Map Activity. My question is, is it possible from a unit test to get the View items from the inflated custom dialog box.

The dialog will show some buttons if properties are present and others if it is not. This is the functionality that I am trying to test.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文