Original change (ag/13006754) was modified to merge in QPR (ag/13023201). Adding the same changes to the main branch to keep it consistent. Test: make RunSettingsRoboTests Bug: 167643728 Change-Id: Iedf14d2c2ac9181c9aad0ed929b19ffeb60560b2
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.