Lines Matching refs:SDK
1 # SDK Sandbox Test Scenario Test Utilities
5 This directory contains utilities that allow you to run tests inside of an SDK.
13 invocations and reporting the results from within a SDK Sandbox
15 ## Creating new SDK Runtime tests
17 A simple example of using SDK Runtime testscenario utilities can be found in
21 suite, and a new testable SDK.
23 ### Create a new Test SDK
25 You will first need to define a new Sandbox SDK with your
47 // This runner is used to execute SDK side tests.
56 <!-- This is all normal configuration for a Sandbox SDK provider -->
117 JUnit test suite APK relies on the SDK you defined:
129 the SDK you created:
137 Finally, define that your SDK should
145 // from within the test Sandbox SDK.
149 // Define your test SDK as a data
159 activity for each test, but persist the same test SDK for all tests. If for some
160 reason the SDK is not found by a test, it will attempt to reload it.
162 If you wish to run your tests in a way such that the test SDK is reloaded after
193 test instances from the class running your tests inside the test SDK.
194 For example, you may have tests you wish to also run in a non SDK context.
249 the SDK. For example, you may want to perform a tap event using the instrumentation.
277 // The IBinder can be retrieved inside SDK tests using the API