unit testing - Android Test Case - how to view output? -


I'm using AndroidTestCase for unit testing. I have a unit test that is failing, but I Do not know how to display the output. For example, I think I do not see printed values ​​using LogDP or system.out.println in the console nor the logcat output. How do I view the unit test console?

send the message to log (D) message logcat < / Code> Unless your trial is crashing long ago (i.e. constructor).

Comments