使用Espresso,书写简洁、优雅、可信赖的Android UI 测试: @Test public void greeterSaysHello() { onView(withId(R.id.name_field)).perform(typeText("Steve")); ...
確定! 回上一頁