Bug: 151645867 Bug: 151646375 Test: make RunSettingsRoboTests ROBOTEST_FILTER=WifiCallingSliceHelperTest make RunSettingsRoboTests ROBOTEST_FILTER=Enhanced4gLteSliceHelperTest Change-Id: I33c1333f9b5472cdb962b272f6be52a2d2959376
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.