Location is an intent-only Slice. Test: Robotests Change-Id: Ie9ed05be2224f2c4b393ed201d5f313f80183edc Merged-In: I07e27683b46fe4ded8215009a983bb909555fb59 Fixes: 67997314
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.