Searched refs:expected (Results 1 – 6 of 6) sorted by relevance
| /webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/ |
| D | ProxyControllerTest.java | 260 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()
|
| D | WebViewAssetLoaderTest.java | 192 @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/ |
| D | AssetHelperTest.java | 88 @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)
|
| D | WebViewFeatureInternalTest.java | 111 @Test(expected = RuntimeException.class)
|
| /webkit/integration-tests/testapp/ |
| D | README.md | 60 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/ |
| D | api_lint.ignore | 59 …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…
|