Bug: 214338905 Test: Manual test Test: make RunSettingsRoboTests ROBOTEST_FILTER=QrCameraTest Change-Id: I1ca3e9e0b2cdc9fd3f32da8c5329c0e887ee3427 Merged-In: I1ca3e9e0b2cdc9fd3f32da8c5329c0e887ee3427
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.