Changing the threshold value to make collapsing mechanism of conditionals work in all cases, where the threshold value is changed to 0 from 2. Bug: 122310542 Test: robotests Change-Id: I227114acdc6770baa0c133397d08e3ad77f6c572
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.