Files
app_Settings/tests/robotests
Amin Shaikh cec55e7c2d Update Settings overlayed icons.
am: c477507f4e

Change-Id: I58e03056f7bd1f61b089c3fb60c17f8afc7a8488
2019-06-27 13:37:56 -07:00
..
2019-06-27 13:37:56 -07: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.