1) Remove AssistantFeedbackPreferenceController since it didn't use. 2) Refine the AssistantFeedbackPreferenceControllerTest, we need to use vpn manager object now. (See ag/13519006) Test: Run robo test Fix: 180576544 Change-Id: I719711d83201d571427b9f46a6026e0831cddab6
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.