Revert submission 10700361-api-compile Reason for revert: Build breakage Reverted Changes: I06280dbb0:[API Review] APIs in SubscriptionManager I7bb9b088f:[API Review] APIs in SubscriptionManager Iefc047f1f:[API Review] APIs in SubscriptionManager I02dcb21cd:[API Review] APIs in SubscriptionManager Ibedb31825:[API Review] APIs in SubscriptionManager I77cad8f82:[API Review] APIs in SubscriptionManager I80a51d2b8:[API Review] APIs in SubscriptionManager Change-Id: I327cb795c724239316a2eaf306d983c2b896a3fe
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.