Now the westworld config provides COOKIES to store private info for each alert(anomaly). So we could use it to store: 1. AnomalyType: what is the type of anomaly 2. AutoRestriction: whether to auto restrict this anomaly Bug: 74567790 Test: RunSettingsRoboTests Change-Id: I15f5e225a4cb1f2da3fe109e56e5222816d179cc
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.