Files
app_Settings/tests/robotests
Julia Reynolds 14c42a7a74 Stop depending on empty Settings
Bug: 172839327
Bug: 172839851
Test: CTS verifier
Change-Id: I610485570ebc19ca4d1b2a040ed606f607de0cf1
2020-11-20 10:10:01 -05: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.