Renamed panic to "emergency" or "emergency gesture" to avoid speculation once source code is accessible to parties without full context. The settings string and file names still use the word "panic". This will be updated in a follow-up CL Bug: 169946710 Test: rebuild Change-Id: Ic1a3181145ca2b64ab6ef2a2989224395fa9a6f8
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.