You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
assets | 7 months ago | |
config | 7 months ago | |
res | 7 months ago | |
resources/META-INF/services | 7 months ago | |
src/com/android/settings | 7 months ago | |
Android.bp | 7 months ago | |
AndroidManifest.xml | 7 months ago | |
OWNERS | 7 months ago | |
README.md | 7 months ago | |
new_tests_hook.sh | 7 months ago |
README.md
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.