Searched refs:raiseError (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/jdk/test/java/net/CookieHandler/ |
| H A D | TestHttpCookie.java | 65 raiseError("name", cookie.getName(), n); 76 raiseError("value", cookie.getValue(), v); 87 raiseError("version", Integer.toString(cookie.getVersion()), Integer.toString(ver)); 98 raiseError("path", cookie.getPath(), p); 108 raiseError("Check null-ability fail"); 118 raiseError("comment", cookie.getComment(), c); 129 raiseError("comment url", cookie.getCommentURL(), cu); 140 raiseError("discard", Boolean.toString(cookie.getDiscard()), Boolean.toString(dsc)); 151 raiseError("domain", cookie.getDomain(), d); 162 raiseError("ma 218 void raiseError(String attr, String realValue, String expectedValue) { method in class:TestHttpCookie 226 static void raiseError(String prompt) { method in class:TestHttpCookie [all...] |
Completed in 29 milliseconds