Files
app_Settings/tests/robotests
Joel Galenson d308c09d49 Remove Permissions Hub. DO NOT MERGE
am: 69d9899868

Change-Id: Id79ab681beaad7aca73d6f234b739470b85e19cd
2019-06-27 14:32:33 -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.