Files
app_Settings/tests/robotests
Julia Reynolds 5c6a6f2730 Remove unneeded tests
Test: ZenModePreferenceControllerTest
Flag: EXEMPT bugfix
Bug: 352036009
Change-Id: If2b12756c6984d60a3ccaaf1e9d0772143d6affd
2024-07-10 09:47:18 -04:00
..

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