Files
app_Settings/tests/robotests/README.md
Chun-Ku Lin 01463cac05 Update Setting's Robolectric tests' instructions
Test: N/A

Change-Id: I00a0b3ac910caaeb35f66762a9d67610b9180ff6
2024-05-11 02:29:57 +00:00

24 lines
401 B
Markdown

# 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
```