• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

sdk/25-Apr-2025-9249

tests/25-Apr-2025-15791

README.mdD25-Apr-2025303 117

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