Now that targetOverlayableName has been added to OverlayInfo, the tests that construct the info objects must be fixed. Bug: 128830059 Test: atest SettingsRoboTestStub Change-Id: I2cee25e417ec643f758ebe40551cc97b1f0828ac
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.