Add test cases for tutorial pages. Bug: 148989018 Bug: 134640159 Test: manual test & run RoboTests Change-Id: I9bb29f6e61e331c3f9a2408a1eebc3d5e9e16000
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.