Update the battery status of incompatible charging on settings home page Bug: 315748218 Test: Manual Test Flag: NA Change-Id: I4e729a5c45a0d2f8c8bcd82c40b776d9e9900dca
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.