Searched defs:readAndCompare (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/http/ChunkedOutputStream/
H A DTest.java141 static void readAndCompare (InputStream is, String cmp) throws IOException { method in class:Test
169 readAndCompare (is, str1);
186 readAndCompare (is, str2);
/openjdk7/jdk/test/sun/net/www/http/ChunkedOutputStream/
H A DTest.java257 static void readAndCompare(InputStream is, String cmp) throws IOException { method in class:Test
285 readAndCompare (is, str1);
302 readAndCompare (is, str2);
409 readAndCompare (is, str1);

Completed in 29 milliseconds