java - connectedCheck/connectedInstrumentTest am instrument parameter -
is possible configure connectedinstrumenttest
include/exclude tests with/without annotation?
something similar to
adb shell instrument -w -e annotation com.android.foo.myannotation com.android.foo/android.test.instrumentationtestrunner
similarly, possible specify list of tests executed? equivalent
adb shell instrument -w -e class com.android.foo.footest,com.android.foo.tootest com.android.foo/android.test.instrumentationtestrunner
java android gradle instrumentation
No comments:
Post a Comment