是否可以将connectedInstrumentTest
配置为包含/不包含注释的测试?
类似于
的东西adb shell am instrument -w -e annotation com.android.foo.MyAnnotation com.android.foo/android.test.InstrumentationTestRunner
同样,是否可以指定要执行的测试列表?相当于
adb shell am instrument -w -e class com.android.foo.FooTest,com.android.foo.TooTest com.android.foo/android.test.InstrumentationTestRunner