Files
app_Settings/tests/robotests
Howard Chen c87d7c6047 Fix SelectDSUPreferenceControllerTest
Bug: 146316826
Test: make -j32 RunSettingsRoboTests
Change-Id: If12f40ea2f029773b9b016e69de5246ef27635af
2019-12-20 13:46:37 +08:00
..
2019-12-18 17:44:34 +08: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.