- Create an method in LayoutPreference let other class can set divider status. - EntityHeaderController will allow to have a below divider by default. Test: visual, robotest Bug: 116346008 Change-Id: Ic041b8fef8d22ce1b7ea48eedfbe97c708c41ce7
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.