When anomaly is detected, also log it in AnomalyDetectionJobService Bug: 73888115 Test: RunSettingsRoboTests Change-Id: I0a42f8935d9a83eb763dd1f9dedfb71301853104
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.