Searched refs:getCommentURL (Results 1 – 3 of 3) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | HttpCookieTest.java | 338 assertNull(cookie.getCommentURL()); in test_Get_SetCommentURL() 341 assertEquals("http://www.test.com", cookie.getCommentURL()); in test_Get_SetCommentURL() 345 assertEquals("schema://harmony.test.org", cookie.getCommentURL()); in test_Get_SetCommentURL() 655 assertNull(cookie.getCommentURL()); in test_Parse() 678 assertEquals("http://harmonytest.org", cookie.getCommentURL()); in test_Parse() 690 assertEquals("vers\nion1-cookie-url", cookie.getCommentURL()); in test_Parse() 717 assertEquals("(la,la)", cookie.getCommentURL()); in test_Parse() 841 assertEquals("(la,la)", cookie.getCommentURL()); in test_Parse() 846 assertEquals("(la,la)", cookie.getCommentURL()); in test_Parse()
|
/libcore/ojluni/src/main/java/java/net/ |
D | HttpCookie.java | 326 public String getCommentURL() { in getCommentURL() method in HttpCookie 927 if (cookie.getCommentURL() == null)
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | AbstractCookiesTest.java | 110 assertEquals(null, cookie.getCommentURL()); in testNetscapeResponse() 140 assertEquals(null, cookie.getCommentURL()); in testRfc2109Response() 173 assertEquals("http://google.com/", cookie.getCommentURL()); in testRfc2965Response() 208 assertEquals("http://google.com/", cookie.getCommentURL()); in testQuotedAttributeValues()
|