Also removed setup_divider_color because it's unused and is causing a lint error. Test: cd tests/robotests && mma Bug: 72702989 Change-Id: I81894be6458439f688c0144d1136d3d7f75afa25
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.