- Convert the test to use CodeInspector - Skip abstract classes when validating contract - Also check SliderPreferenceController when validating contract Change-Id: I671c1a622df6d1d7248a12932f144711fbf5a026 Fixes: 77634230 Test: make RunSettingsRoboTests -j40 ROBOTEST_FILTER=CodeIns
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.