我試過DrawerActions.open(),但它顯示未定義。 是否有任何其他方式訪問導航抽屜?如何使用espresso打開導航抽屜?
請建議。
DrawerActions類的espresso有問題,我無法查看它。 如果您有任何想法,請分享。
我試過DrawerActions.open(),但它顯示未定義。 是否有任何其他方式訪問導航抽屜?如何使用espresso打開導航抽屜?
請建議。
DrawerActions類的espresso有問題,我無法查看它。 如果您有任何想法,請分享。
檢查,如果你錯過了您的build.gradle文件濃咖啡的contrib庫。以下鏈接
androidTestCompile 'com.android.support.test.espresso:espresso-contrib:3.0.1'
檢查其他有用的咖啡擴展庫 - https://google.github.io/android-testing-support-library/downloads/
嘗試使用espresso中的swipeRight()方法。 ViewAction.swipeRight();
https://developer.android.com/reference/android/support/test/espresso/action/ViewActions.html
左抽屜確實swipeLeft()的作品? –
Ooooh。 對不起,男孩,swipeRight(); –
非常感謝!保存了我的一天。 –