*/
@Test
public void testSetCommentURL() {
System.out.println("setCommentURL");
Object value = null;
WebCookie instance = new WebCookie();
instance.setCommentURL(value);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}