FIXES: 73994288 Test: m -j RunSettingsRoboTest Test: Install an app in work profile, set it to be restricted, observe that the app is rendered properly in restricted app list Change-Id: Ic8a79eb3d0a675f9d1cae3125e8006739e492966
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.