This condition adds checking "whether wifi is enabled" Bug: 303100761 Test: build pass. local test make RunSettingsRoboTests ROBOTEST_FILTER=NetworkProviderSettingsTest ->pass Change-Id: Ib0aa92a77e7fcdbfd2d37e28474e3ef138275ca5
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.