Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 6 of 6) sorted by relevance

/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DProxyControllerTest.java260 String[][] expected; in testProxyRulesToArray() local
264 expected = new String[][]{}; in testProxyRulesToArray()
265 Assert.assertArrayEquals(expected, actual); in testProxyRulesToArray()
269 expected = new String[][]{{MATCH_ALL_SCHEMES, "proxy1.com"}}; in testProxyRulesToArray()
270 Assert.assertArrayEquals(expected, actual); in testProxyRulesToArray()
275 expected = new String[][]{{MATCH_ALL_SCHEMES, "proxy1.com"}, in testProxyRulesToArray()
277 Assert.assertArrayEquals(expected, actual); in testProxyRulesToArray()
282 expected = new String[][]{{MATCH_ALL_SCHEMES, "proxy1.com"}, {MATCH_HTTP, "proxy2.com"}}; in testProxyRulesToArray()
283 Assert.assertArrayEquals(expected, actual); in testProxyRulesToArray()
DWebViewAssetLoaderTest.java192 @Test(expected = IllegalArgumentException.class)
201 @Test(expected = IllegalArgumentException.class)
210 @Test(expected = IllegalArgumentException.class)
219 @Test(expected = IllegalArgumentException.class)
228 @Test(expected = IllegalArgumentException.class)
237 @Test(expected = IllegalArgumentException.class)
/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/internal/
DAssetHelperTest.java88 @Test(expected = Resources.NotFoundException.class)
95 @Test(expected = IllegalArgumentException.class)
105 @Test(expected = IllegalArgumentException.class)
126 @Test(expected = IOException.class)
136 @Test(expected = IOException.class)
163 @Test(expected = IOException.class)
DWebViewFeatureInternalTest.java111 @Test(expected = RuntimeException.class)
/webkit/integration-tests/testapp/
DREADME.md60 expected behavior on http://go/wvsl-demo-app-guide for future reference.
70 Most Activities have documentation for the expected behavior. See descriptions
/webkit/webkit/api/
Dapi_lint.ignore59 …ing method androidx.webkit.TracingConfig.Builder.addCategories(int...) (expected one of: [getCateg…
61 …droidx.webkit.TracingConfig.Builder.addCategories(java.lang.String...) (expected one of: [getCateg…
63 …ngConfig.Builder.addCategories(java.util.Collection<java.lang.String>) (expected one of: [getCateg…