- Revert user handling in setAdminSupportDetails to before my changes. - Implement getUserProfiles in Settings-shadows as the the Settings-shadows do not forwarded to profiles the robolectric-default shadows Test: make RunSettingsRoboTests Change-Id: Idfd4722fe55a17c57d336db943904eb1aeb6e7ce
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.