- Fix the test fail which cause by ag/21784766, and also mentioned at ag/21644522 Bug: 260380584 Test: make SettingsRoboTests Change-Id: I72a7a24f57a7eeeacefeb40eef3025398329379b
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.