Merge "Add -e package description to InstrumentationTestRunner javadoc."
This commit is contained in:
@@ -121,6 +121,10 @@ import junit.textui.ResultPrinter;
|
||||
* -e class com.android.foo.FooTest,com.android.foo.TooTest
|
||||
* com.android.foo/android.test.InstrumentationTestRunner
|
||||
* <p/>
|
||||
* <b>Running all tests in a java package:</b> adb shell am instrument -w
|
||||
* -e package com.android.foo.subpkg
|
||||
* com.android.foo/android.test.InstrumentationTestRunner
|
||||
* <p/>
|
||||
* <b>Including performance tests:</b> adb shell am instrument -w
|
||||
* -e perf true
|
||||
* com.android.foo/android.test.InstrumentationTestRunner
|
||||
|
||||
Reference in New Issue
Block a user