Mollify Errorprone. Bug: 72076216 Bug: 73796195 Test: m javac-check RUN_ERROR_PRONE=true Test: m RunSettingsRoboTests Test: atest WifiSettingsUiTest Change-Id: I9bc950f0ecf8d6de89b9401ea4cf1c50fd3acbcd
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.