- Rollback ag/13413813 to meet the design change - Regrouping the index Screenshots: https://screenshot.googleplex.com/85aPq9ArJMWjJV2.png https://screenshot.googleplex.com/8uiZ9KLKAHoJyrP.png Bug: 177407113 Test: make RunSettingsRoboTests -j40 Change-Id: Ic3c16d985b7c5e98e6d1bbe4481c48eadd3e4078
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.