Merge "Add -e package description to InstrumentationTestRunner javadoc."

This commit is contained in:
Brett Chabot
2010-03-19 11:41:42 -07:00
committed by Android (Google) Code Review

View File

@@ -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