I\'m using AndroidTestCase for unit testing. I have a unit test which is failing, but I haven\'t figured out how to display output from it. For example, I don\'
AndroidTestCase
You shoud see the Log.d() messages in logcat unless your test is crashing much before (i.e in the constructor).
Log.d()
logcat