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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java240 assertContent("ABCDE", server.getUrl("/").openConnection(), 5);
241 assertContent("ABCDE", server.getUrl("/").openConnection(), 5);
259 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/foo").openConnection());
261 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/bar?baz=quux").openConnection());
263 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/z").openConnection());
275 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/foo").openConnection());
277 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/bar?baz=quux").openConnection());
279 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/z").openConnection());
315 assertContent("This connection won't pool properly", server.getUrl("/a").openConnection());
317 assertContent("Thi
2351 private void assertContent(String expected, URLConnection connection, int limit) method in class:URLConnectionTest
2358 private void assertContent(String expected, URLConnection connection) throws IOException { method in class:URLConnectionTest
[all...]

Completed in 44 milliseconds