Also update the shortcut: 1. Change the name to "Devices" 2. Change it point to "Connected device" page Bug: 74806595 Fixes: 69926683 Test: robo test still pass Change-Id: Ic57756fc955dc622cc22d0be64f02b5ae07a2915
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.