oscarxie/android-test-kit

Provide API to list tests that will be run

Opened this issue · 1 comments

In the 1.x test runner there was an API to get all test cases that were to be 
run:

 getAndroidTestRunner().getTestCases()

This is useful for printing in logs and such.

If we be nice to have a similar API in AndroidJUnitRunner.

Original issue reported on code.google.com by YogurtE...@gmail.com on 23 Jun 2015 at 1:24

Original comment by slinz...@google.com on 15 Sep 2015 at 10:58

  • Added labels: Component-Test-Support-Libraries