Move biometrics enrollment v2 tests from robotests/ back to unit/ Bug: 265723532 Test: atest FingerprintRepositoryTest CredentialModelTest AutoCredentialViewModelTest FingerprintEnrollIntroViewModelTest FingerprintEnrollProgressViewModelTest FingerprintEnrollmentViewModelTest Change-Id: Id35e52a97df757f8c4473c5bf7f46ba051816d42
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.