Setting's ShadowUserManager.reset() was unnecessary and collided with a newly introduced reset() method in its super class. It has been removed. Test: make -j56 RunSettingsGoogleRoboTests && make -j56 RunSettingsRoboTests && make -j56 RunSettingsLibRoboTests Change-Id: I63c50eca0de3581fd4f64f4862233446f5937d0c
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.