- Remove obsolete test items - Update the new callback interface Bug: 280044539 Bug: 280044731 Test: Manual test atest -c MobileNetworkSummaryControllerTest Change-Id: I8460c620c62981dd5ee3b280c1a7467c43dbceb1
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.