Usually i run a junit test using adb shell am instrument -w com.android.contacts.tests/android.test.InstrumentationTestRunner. And it actually works, it will run al
adb shell am instrument -w com.android.contacts.tests/android.test.InstrumentationTestRunner
To Debug Android JUnit test don't forget to put debuggable=true in the testable project.
debuggable=true