@Test
public void testAddPort() {
System.out.println("addPort");
int port = 0;
WebCookie instance = new WebCookie();
instance.addPort(port);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**