These controllers cannot be added in XML, as we don't know at compile time how many there will be. Fixes: 289967395 Test: N/A Change-Id: I5b0f6e38937aa6c7d96ac88b6d4cd46c39323ce2
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.