This CL updates the WifiScanningRequiredFragment dialog so that the learn more button is only shown when a help page is available. Additionally, we add the metrics constant for the dialog. Test: robotests Bug: 67070896 Change-Id: I7697c88b5969edaf5c06eb33251f215b776c64ee
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.