logo
  • 教程列表
  • SO官方文檔
  • 開始使用 android-espresso
    • 檢查選項選單項(使用 Spoon 來擷取螢幕截圖)
    • 檢視測試
    • 按 ID 查詢一些檢視
    • 按文字查詢檢視
    • Hello World Espresso 示例
    • Espresso 設定說明
  1. StackOverflow 文件
  2. android-espresso 教程
  3. 開始使用 android-espresso
  4. 檢視測試

檢視測試

Created: November-22, 2018

onView(withId(R.id.greet_button)) // withId(R.id.my_view) is a ViewMatcher
.perform(click())                 // click() is a ViewAction
.check(matches(not(isEnabled())); // matches(isEnabled()) is a ViewAssertion
  • 按 ID 查詢一些檢視
  • 檢查選項選單項(使用 Spoon 來擷取螢幕截圖)

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明