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