1. Add summary in accessibility settings page by controller 2. Fix "XmlControllerAttributeTest" for ColorCorrection Bug: 145968068 Bug: 146319816 Test: make RunSettingsRoboTests2 Change-Id: Ia4dfb2290953eea33c266bd9f7c825c956bcc93a
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.