I followed the online directions for building HelloAndroid and HelloAndroidTest in Eclipse. The test runs, the logcat shows the correct results going to stdout, but the JUnit testrunner window in Eclipse is silent - nothing.
I am running the test on a Nexus One with Android 2.2 installed via OTA. I've been unable to find any mention of this problem.
I'm wondering if the plumbing is broken in this latest release, or if running on a phone is not supported in terms of the JUnit view. I'll try the emulator and see if that makes a difference.
Thanks.