Files
app_Settings/tests/robotests
Joel Galenson 4e6553d435 Merge "Remove Permissions Hub." into qt-dev am: 63088840c4
am: d8efe209f7

Change-Id: I74cc8a834e40712dfc30e57768a7a603cd6bb5b6
2019-05-31 06:12:27 -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.