- Present status string only when status anomalous - Remove app usage pages divider Bug: 185448191 Bug: 187767337 Bug: 187778673 Test: make SettingsRoboTests Change-Id: I7829e9deed05fb7d95d483ddb718abfdc53b1aa6
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.