Bug: 150877681 Merged-In: I1dd83ba55b34433b2b600b8a998000347b6ae5e8 Change-Id: Ia97ace340fa53229dd3ebbe0caa09ab996755b5a
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.