Add a header to the slider slices to allow for a second line of text. This is important to add more context to slices outside of settings. Bug: 80157462 Test: robotests Change-Id: Ida90c9377afb19de320dfce54175f51eee088cfe
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.