Bug: 144405885
Test: WifiSettingsTest
WifiSettings2Test
WifiDetailPreferenceControllerTest
WifiDetailPreferenceController2Test
Change-Id: Ib6a34364c3eb47d59a153f07e31c9cddddcf1f8a
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.