Android Test Case - how to view output?
With Android Studio 2.3.1, works using the old fashioned Java styled
System.out.println("Start Test");
Here you can see the output:
You shoud see the Log.d()
messages in logcat
unless your test is crashing much before (i.e in the constructor).