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