Bug: 226662282 Merged-In: I50e3649c21bb83ee9130fa98a71560fe261198a9 Change-Id: I2a97159d0de32a6262bbace7bb82b09897447bdb
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.