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

/openjdk9/jdk/test/com/sun/net/httpserver/bugs/
H A DB6393710.java86 ok = readAndCheck (is, "401 Unauthorized") &&
87 readAndCheck (is, "200 OK");
107 static boolean readAndCheck (InputStream is, String expected) throws IOException { method in class:B6393710
/openjdk9/jdk/test/java/nio/channels/Channels/
H A DBasic.java159 readAndCheck(blah);
167 readAndCheck(blah);
176 readAndCheck(blah);
187 private static void readAndCheck(File blah) throws Exception { method in class:Basic

Completed in 40 milliseconds