Also added extra to the existing wallpaper suggestion so it opens directly to that tab instead of the style tab Test: atest com.android.settings.wallpaper.StyleSuggestionActivityTest Fixes: 126230901 Change-Id: I50ca588627063194900dca8a9273baff4a44ca67
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.