• Home
Name Date Size #Lines LOC

..--

src/com/android/car/frameworkpackagestubs/test/03-May-2024-275202

Android.bpD03-May-20241.1 KiB4438

AndroidManifest.xmlD03-May-20241.5 KiB4220

AndroidTest.xmlD03-May-20242.1 KiB4220

README.mdD03-May-2024638 2415

README.md

1# CarFrameworkPackageStubsTest
2
3These are integration tests for [Car FrameworkPackageStubs]. Run and pass them
4in the following cases:
5
61. A change in Car FrameworkPackageStubs
72. A change on how a device handling [Common intents], such as: adding
8   DocumentsUI to a build target.
9
10## Running it
11
121. Prepare the device & environment for [Atest].
132. Run the test module by:
14
15```
16atest CarFrameworkPackageStubsTest
17```
18
19[Car FrameworkPackageStubs]: ../../FrameworkPackageStubs/README.md
20
21[Common intents]: https://developer.android.com/guide/components/intents-common
22
23[Atest]: https://source.android.com/docs/core/tests/development/atest
24