Files
app_Settings/tests/robotests
Raphael Kim 64e6c08e49 Fix build error from AssociationInfo constructor change
Bug: 225377622
Test: affected test is @Ignore'd
Change-Id: I8203e5cab2e011bd5357bb80ddc67b42b1d9793f
2022-09-15 10:49:06 -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.