- Present empty string when this app consumed power but no usage time, usually they are some system components Bug: 197749108 Test: make -j64 RunSettingsRoboTest Change-Id: I1e88babb30c871748fa1f5fc23c7b4d834e384fd
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.