Bug: 241805782 Test: atest, local raven device Screenshot: attached on bug Flag: aconfig com.android.settings.accessibility.enable_color_contrast_control Change-Id: I7fcc01b822b460c6585c41a5831575ba0ffbcc93
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.