mardi 21 juillet 2015

How to make an Android Studio androidTest write to the test window

I have an InstrumentationTestCase in the androidTest directory which I wish to write some debugging output to Android Studio's test-output window, when the test is run.

Log.d(...) writes to the logcat window, so that is not what I want.

How can I do this?

Aucun commentaire:

Enregistrer un commentaire