116117118119120121122123124125126
} public void test_Write_Cookie_Domain() { final List<Cookie> cookies = CollectionFactory.newList(); CookiesImpl cs = new CookiesImpl(new ContextPathSource() { public String getContextPath() { return "/context";
145146147148149150151152153154155
} public void test_Write_Cookie_With_Max_Age() { final List<Cookie> cookies = CollectionFactory.newList(); CookiesImpl cs = new CookiesImpl(new ContextPathSource() { public String getContextPath() { return "/ctx";
172173174175176177178179180181182
} public void test_Write_Cookie() { final List<Cookie> cookies = CollectionFactory.newList(); CookiesImpl cs = new CookiesImpl(new ContextPathSource() { public String getContextPath() { return "/ctx";
199200201202203204205206207208209
} public void test_Remove_Cookie() { final List<Cookie> cookies = CollectionFactory.newList(); CookiesImpl cs = new CookiesImpl(new ContextPathSource() { public String getContextPath() { return "/ctx";