(This is not a clear cherry-pick, @Override need to be removed.) Bug: 126222433 Test: robotest Merged-In: I3f9c8202d9b75b24b80ebcf385abc95f8df851e2 Change-Id: Iec9fae48e91baef5861baef946fc155b1eb37904
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.