Bug: 278022447 Fix: 278022447 Test: manual Change-Id: Ia04ae7c7cb4c7ebdd40f4aa3df05b34d2ce66628 Merged-In: Ia08dea791bb72113719fd1316e8e9587a96eaef1
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.