11 lines
303 B
Markdown
11 lines
303 B
Markdown
|
|
# SDK Sandbox Test Scenario Test Utilities Example
|
||
|
|
|
||
|
|
This directory contains a simple example of everything you need to
|
||
|
|
write tests inside a SDK Runtime.
|
||
|
|
|
||
|
|
You can run this example with [atest](https://source.android.com/docs/core/tests/development/atest):
|
||
|
|
|
||
|
|
```sh
|
||
|
|
atest SdkSandboxTestUtilsExampleTest
|
||
|
|
```
|