* Add basic function equals(), hashcode() into data class * Change flatternToString() to toString() * Change constructor to fromString(flatternToString) Bug: 158540780 Test: atest PreferredShortcutTest Change-Id: I0ee46dd940d22ff9f168b95fe75d9cff2f0fddfb
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.