Files
app_Settings/tests/robotests
Guojing Yuan fb67515118 Revert "[CDM] Add Permissions Sync toggle"
Revert submission 24708184-ps-toggle

Reason for revert: Breaking some of the builds

Reverted changes: /q/submissionid:24708184-ps-toggle

Fix: 300876202
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:bd6cffd236588172c205ebb4b75b3de1995924ce)
Merged-In: Ida4c3383404d5a3c2026d01f4b7cc27bb7003e63
Change-Id: Ida4c3383404d5a3c2026d01f4b7cc27bb7003e63
2023-09-18 18:50:22 +00:00
..

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.