Add these files: WifiConfigController2.java WifiConfigUiBase2.java WifiDialog2.java WifiConfigController2Test.java WifiDialog2Test.java Bug: 146407136 Test: compile Change-Id: I0689ae8ddee4f35e3bc104fd0b2e94eb8f689630
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.