- Move the class to widget package - Remove a bunch of useless drawing Change-Id: I82f840819c89eaf3cf9b7a87e56f1031989e3262 Fixes: 62700884 Test: robotest
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.