Revert submission 24420426-multi_toggle Reason for revert: This change needs to be done along with some other UI changes to avoid confusion Reverted changes: /q/submissionid:24420426-multi_toggle Change-Id: Ife2e03d0090fefcb4c1fa53dd007336759eb1bc7
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.