• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:tests

8 [design](go/shared-sdk-sandbox-webview-tests) (*only visible to Googlers)
12 Read the test scenario documentation to get a better understanding of how we invoke tests inside
14 `//packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/README.md`
25 If you want to share webkit tests inside the SDK runtime, you will need to make your
36 **Note:** Some WebView tests still use the JUnit 3 style, so you may need to
46 SDK tests using the API method `setTestEnvironment`.
56 // The Activity based tests don't need to worry about this so you can
65 ### 2. Sharing your tests with the SDK Runtime
67 The SDK Runtime tests for webkit live under `//cts/tests/tests/sdksandbox/webkit`.
69 … a test SDK that will actually have your tests, and a JUnit test suite that JUnit will have to inv…
71 You can follow the "Creating new SDK Runtime tests" section under the SDK testscenario
72 guide (store these SDK tests in `//cts/tests/tests/sdksandbox/webkit`):
73 `//packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/README.md`
80 `//cts/tests/tests/sdksandbox/webkit/sdksidetests/WebViewSandboxTest/src/com/android/cts/sdksidetes…
83 Congratulations! Your webkit tests are now shared with your SDK Runtime tests!
92 `//cts/tests/tests/webkit/src/android/webkit/cts/WebViewTest.java`
96 or needs to be shared between the SDK runtime and the activity based tests,
131 `//cts/tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/WebViewSandboxTest.java`
148 that are needed to write tests. For example, you cannot start a local server
154 The activity invoker allows SDK runtime tests to initiate events in the activity driving
155 the tests.