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
In my case ,
System.out.println("Test") is working for JUnits tests,
System.out.println("Test")
Log.d("tag" , "Test") is working for AndroidJUnit tests(Instrumented)
Log.d("tag" , "Test")