- Add time slot into active time text Screenshot: https://screenshot.googleplex.com/hzj5cJ3eDJD5iW7.png Bug: 178197718 Test: make SettingsRoboTests Change-Id: I0904e78ca9ab0a5b454e093388f667e978e8722f
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.