NO_IFTTT=Update base class Bug: 401406987 Flag: EXEMPT refactor Test: manual Change-Id: I68093366f63fa5b4184aa7b3dde8bc2609f17dfb
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