| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| sdk/ | 03-May-2024 | - | 88 | 46 | ||
| tests/ | 03-May-2024 | - | 158 | 92 | ||
| README.md | D | 03-May-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