Searched refs:assertContent (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java243 assertContent("ABCDE", server.getUrl("/").openConnection(), 5);
244 assertContent("ABCDE", server.getUrl("/").openConnection(), 5);
262 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/foo").openConnection());
264 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/bar?baz=quux").openConnection());
266 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/z").openConnection());
278 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/foo").openConnection());
280 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/bar?baz=quux").openConnection());
282 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/z").openConnection());
318 assertContent("This connection won't pool properly", server.getUrl("/a").openConnection());
320 assertContent("Thi
2283 private void assertContent(String expected, URLConnection connection, int limit) method in class:URLConnectionTest
2290 private void assertContent(String expected, URLConnection connection) throws IOException { method in class:URLConnectionTest
[all...]

Completed in 73 milliseconds