unplugged-system/packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/example/README.md

11 lines
303 B
Markdown
Raw Normal View History

# 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
```