Files
app_Settings/tests/robotests
Andrew Sapperstein bf29d2fce6 Merge "Add UI for mainline modules licenses." into qt-dev am: 72aded338a
am: 647f685063

Change-Id: I2e1f86871882063de4b4627e80c9327d2338b4e7
2019-06-28 10:43:13 -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.