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

/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest3.java86 checkBody (is, body1);
90 checkBody (is, body2);
93 checkBody (is, body3);
96 checkBody (is, body4);
104 static void checkBody (InputStream is, String cmp) throws IOException { method in class:Test3
H A DTest4.java83 checkBody (is, body1);
87 checkBody (is, body2);
91 checkBody (is, body3);
94 checkBody (is, body4);
102 static void checkBody (InputStream is, String cmp) throws IOException { method in class:Test4
H A DTest5.java84 checkBody (is, body1);
87 checkBody (is, body2);
90 checkBody (is, body3);
93 checkBody (is, body4);
101 static void checkBody (InputStream is, String cmp) throws IOException { method in class:Test5

Completed in 22 milliseconds