nick252 / android-test-kit

Automatically exported from code.google.com/p/android-test-kit
0 stars 0 forks source link

Provide API to list tests that will be run #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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