Test was not negated when the Settings was renamed. Test: StylusDevicesControllerTest Bug: 267595764 Change-Id: Ic369d0fefe3f23a9489fe49eff8329e755988178
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.