joshuarose / android-test-kit

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

Add API for adding RunListeners to AndroidJUnitRunner #159

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like you can add RunListeners by setting the "listener" argument on 
the command line or Manifest, but it would be nice if there was an 
addListener(RunListener) API on AndroidJUnitRunner.

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