Since EAP has many sub type, which controls differnet view. We still need to check the visibility to determine which type it is. Bug: 116767176 Test: RunSettingsRoboTests Change-Id: Iee04a50140ae1afacdf77eedf7743a465bae1f58
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.