Espresso:验证警报对话框中的列表视图项
Espresso: Verify the listview items in Alert dialog
视图的屏幕截图在这里:
https://i.stack.imgur.com/n9zv9.png
我试过使用
val ANCHOR_SIZE_OPTION_1 = ViewElement(withContentDescription("3/16\""), "anchor size option 1")
在它的 Robot 中,但是测试 运行 抛出错误“3/16”没有找到
发现错误:
我应该使用的 ViewMatcher 是 withText,而不是 withContentDescription
视图的屏幕截图在这里: https://i.stack.imgur.com/n9zv9.png
我试过使用
val ANCHOR_SIZE_OPTION_1 = ViewElement(withContentDescription("3/16\""), "anchor size option 1")
在它的 Robot 中,但是测试 运行 抛出错误“3/16”没有找到
发现错误:
我应该使用的 ViewMatcher 是 withText,而不是 withContentDescription