如何使用 Espresso 检查 EditText 的字体大小、高度和宽度?
目前我使用的文本是:
onView(withId(R.id.editText1)).perform(clearText(), typeText("Amr"));
并阅读文本:
onView(withId(R.id.editText1)).check(matches(withText("Amr")));
android android-edittext android-espresso
android ×1
android-edittext ×1
android-espresso ×1