1. Mark a few as Ignore with bug number 2. Remove some tests since it is covered in other places 3. Fix some tests I think we should make tests at least green asap. Bug: 129159331 Test: RunSettingsRoboTests Change-Id: I90971b416806e4e9be249b06ad5abfb73d9d7c23
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.