Files
app_Settings/tests/robotests
Bonian Chen a5ad2a5cb4 [Settings] Ignore failed test case
Ignore failed test case.

Bug: 201020932
Test: build pass
Change-Id: I434482fcaa2a4b0985bfbd27131df5996d249ac6
2021-09-24 05:50:48 +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.