jeudi 1 août 2019

How to get the count of unit tests present in the project

I have written some unit tests for my android project. I want to know if there exists a way I can get the count of the total number of unit test executed when I run gradlew test

In the case of UI tests, the count is known to us at the time of test running.

V/InstrumentationResultParser: INSTRUMENTATION_STATUS: numtests=26

I wonder if there exist some way to get so in Unit tests.

Aucun commentaire:

Enregistrer un commentaire