Bug: 333602196 Test: atest ToggleAccessibilityServicePreferenceFragmentTest Flag: android.view.accessibility.a11y_qs_shortcut aconfig Nextfood Change-Id: I108e8ab127bcae545b92166a0147f5fee89f9e94
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.