Bug: 176871139 Test: build Test and manaual test(check the UI) make RunSettingsRoboTests -j ROBOTEST_FILTER=InternetConnectivityPanel (PASS) Change-Id: I5e601c6639d979ca776f4bdf7f5e870a0513c7f5
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.