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

..--

sdk/15-Dec-2024-9249

tests/15-Dec-2024-15791

README.mdD14-Jan-2024303 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