Prior cl, ag/24720067, was reverted due to platinum failed, this cl fixes the fails (NPE on UDFPS). Bug: 288155127 Bug: 305132251 Test: Manually check on Lynx and Felix Test: atest BiometricsE2eTests:FingerprintEnrollSuccessTest Test: abtd for platinum, see b/305048300#comment14 Change-Id: I90f4ea14853edf03abd8ffe0b7874894eb2d4f81
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.