Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
sdk/ | 15-Dec-2024 | - | 92 | 49 | ||
tests/ | 15-Dec-2024 | - | 157 | 91 | ||
README.md | D | 14-Jan-2024 | 303 | 11 | 7 |
README.md
1# SDK Sandbox Test Scenario Test Utilities Example 2 3This directory contains a simple example of everything you need to 4write tests inside a SDK Runtime. 5 6You can run this example with [atest](https://source.android.com/docs/core/tests/development/atest): 7 8```sh 9atest SdkSandboxTestUtilsExampleTest 10``` 11