Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/com/android/car/frameworkpackagestubs/test/ | 25-Apr-2025 | - | 225 | 161 | ||
Android.bp | D | 25-Apr-2025 | 1.2 KiB | 45 | 39 | |
AndroidManifest.xml | D | 25-Apr-2025 | 1.5 KiB | 42 | 20 | |
AndroidTest.xml | D | 25-Apr-2025 | 2.1 KiB | 42 | 20 | |
README.md | D | 25-Apr-2025 | 638 | 24 | 15 |
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