The illusteration video is not included yet. Merged-In: I7f2b2f3251a795dfd74dbbb442692e42a5a2966e Bug: 77549883 Test: Unit tests and Manual test Change-Id: I04f01f0814f16e4e006291e61ddb07cea8e7c0d6
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.