Files
app_Settings/tests/robotests
Tsung-Mao Fang ed6f623fa6 Ignore a few test cases
Test: Rerun robo test
Bug: 146813773
Change-Id: I5d3b9665a0903828e3fe3e04bab8f4da06c9bd79
2019-12-24 10:55:31 +00:00
..
2019-12-18 17:44:34 +08: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.