tags:

views:

10

answers:

0

I use command line adb shell am instrument -w -e class com.jayway.test.NotePadTest#test_function com.jayway.test/android.test.InstrumentationTestRunner to execute a JUnit test case.

How can I pass command line arguments for this Test?