Deferred setup is not skippable as user will need to review all SUW screens at least one time. Fixes: 126225957 Test: visual, robotests Change-Id: I7b32c2382f459690d3b136cf9faa543d04aa8d3d
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.