It's faster than tile injection. The fragment comes from Settings itself, we don't have to use to injection. Bug: 118168552 Test: robotest Change-Id: If6a79dd73f8a51dbb21338a40f22dc8b8f8c8cb8
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.