Files
app_Settings/tests/robotests
Andrew Sapperstein 66704ecd9b Mark broken tests @Ignore.
am: 7af5a9e0c3

Change-Id: I638935d88091bf7a10ed08c22467f0a8d577ffce
2019-05-03 18:13:34 -07:00
..
2019-04-26 10:23:02 -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.