Avoid isEqualsTo for a self-equality test. Bug: 73797873 Test: m javac-check RUN_ERROR_PRONE=true Test: m RunSettingsRoboTests Change-Id: I6f0398b4518d6c967c8cfea38b5c075304b5f368
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.