Setup parameters required by CellularDataConditionController Bug: 148834975 Test: m RunSettingsRoboTests -j ROBOTEST_FILTER=ConditionContextualCardControllerTest Change-Id: I8e0c7435cf18cfdafa39f58697b6d29db34b1867 Merged-In: I974df385d956dbff10aac874487d07d626992e4b
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.