- Add a flag for the migration - Add the skeleton of the screen Test: atest NetworkProviderScreenTest Bug: 372733639 Flag: com.android.settings.flags.catalyst_internet_settings Change-Id: Ia007b06501ef16e85df3e2f58536e8488d27bb3f
Running Settings Robolectric tests
The full suite
$ croot
$ atest SettingsRoboTests
Running a single test class
With a filter
$ croot
$ atest SettingsRoboTests:com.android.settings.display.AdaptiveSleepPreferenceControllerTest
You can also run any single test class with atest (it will try to find the correct path)
$ atest AdaptiveSleepPreferenceControllerTest