Since the screen title of SupportDashboardActivity was changed to page_tab_title_support string for fixing breadcrumb before. We need to correct the test case to fix the test function fail. Bug: 147851992 Test: robotests Change-Id: I14e30ac2a5210bb2d89657cff5772c06c6e8fe5a
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.