有没有一种方法可以使用espresso对android Instrumentation测试来测试视图的大小(高度和宽度)?

时间:2018-06-29 12:16:43

标签: android testing android-espresso

  

在单击adFrame后,我想检查buttonShow的可见性和大小是否改变

onView(withId(buttonShow)).perform(click());
onView(withId(adFrame)).check(matches(isDisplayed()));
onView(withId(adFrame)).check(?);

我正在寻找 this?的解决方案。

  

我们是否有一个断言可以使用浓咖啡来测试adFrame的大小,以进行 Android Instrumentation测试

0 个答案:

没有答案