Some Settings Tests are currently broken, disabling for now Bug: 147464840 Test: make RunRoboSettingsTests Change-Id: I7c00faa00ce91030e76b7d4d028f6a30e471738f
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.