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