* changes: Game Driver: Fix EnableForAllApps switch and test Game Driver: rename GUP to Game Driver Game Driver: Add footer to the dashboard Game Driver: Add SwitchBar to control GUP feature GUP: Add global switch for all apps GUP: Fixed some typos and update some values GUP: Display a list of Apps and dialogs GUP: Add stub UI
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.