adb shell am instrument -w com.example.test/android.test.InstrumentationTestRunner
adb shell am instrument -w -e class com.example.test.testA com.example.test/android.test.InstrumentationTestRunner
adb shell am instrument -w -e class com.huawei.mao.test.testA\#testadd4 com.huawei.mao.test/android.test.InstrumentationTestRunner
adb shell am instrument -w -e size small com.example.test/android.test.InstrumentationTestRunner
本文详细介绍了如何使用adb shell aminstrument命令执行Android应用的Instrumentation测试,包括参数配置、测试类和测试方法的选择,以及大小限制条件的应用。
9521

被折叠的 条评论
为什么被折叠?



