如何使用浓缩咖啡打开导航抽屉?

时间:2017-03-01 13:02:04

标签: android android-espresso

我尝试过DrawerActions.open(),但它显示未定义。 有没有其他方法可以访问导航抽屉??

请建议。

DrawerActions类浓缩咖啡有问题,我无法查看它。 如果您有任何想法,请分享。

2 个答案:

答案 0 :(得分:9)

检查您是否遗漏了build.gradle文件中的 espresso-contrib 库。

androidTestCompile 'com.android.support.test.espresso:espresso-contrib:3.0.2'

点击以下链接查看其他有用的espresso扩展程序库 - https://developer.android.com/training/testing/espresso/#packages

答案 1 :(得分:0)

尝试使用espresso中的swipeRight()方法。 ViewAction.swipeRight();

https://developer.android.com/reference/android/support/test/espresso/action/ViewActions.html