- Add @LooperMode(LooperMode.Mode.LEGACY) to fix loop issue. Bug: 314867581 Flag: None Test: unit test atest -c SettingsRoboTests Change-Id: Ib1676a8502005870e9944fc654801916fe1bb945
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.