我有一个 txt.setError 文本,我想检查在测试时屏幕上是否出现错误我的测试用例是;
solo.enterText(0, "example");
solo.clickOnImageButton(3);
assertTrue(solo.searchText("E-posta adresleri için lütfen şu biçimi kullanın: ad@example.com"));
onclick imagebutton后我得到了setError文本
但是我得到了 AssertionFailedError 我做错了什么?
编辑:
问题的根源在于 Robotium 的发布。我使用的是 2.1 ,但是对于这个断言,需要 robotsium 3.0 和更高版本。