Old design, we only need two action buttons in Settings app. In the future, we need four buttons for some use cases. Test: visual, robotest Bug: 120005054 Change-Id: I859fee8d7167ce59222059cc441e4a3c167c7b34
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.