Files
app_Settings/tests/robotests
TreeHugger Robot bd642f9db8 Merge changes Ia2ab6b67,I85a9ef21
* changes:
  Update ConnectedDeviceGroupController
  Add infrastructure for connected device group.
2017-11-22 02:33:41 +00:00
..
2017-11-10 14:32:25 -08:00
2017-11-22 02:33:41 +00:00
2017-09-22 18:34:00 +00: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.