Package services.publix.idcookie
Class IdCookieAccessorTest
- java.lang.Object
-
- services.publix.idcookie.IdCookieAccessorTest
-
public class IdCookieAccessorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdCookieAccessorTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddiscard_removes_cookie_and_updates_RequestScope()voidextract_collects_only_valid_and_stores_in_requestscope()static voidinitStatics()voidsetup()static voidtearDownStatics()voidwrite_puts_cookie_and_updates_RequestScope()
-
-
-
Method Detail
-
initStatics
public static void initStatics()
-
tearDownStatics
public static void tearDownStatics()
-
setup
public void setup()
-
extract_collects_only_valid_and_stores_in_requestscope
public void extract_collects_only_valid_and_stores_in_requestscope() throws java.lang.Exception- Throws:
java.lang.Exception
-
discard_removes_cookie_and_updates_RequestScope
public void discard_removes_cookie_and_updates_RequestScope() throws java.lang.Exception- Throws:
java.lang.Exception
-
write_puts_cookie_and_updates_RequestScope
public void write_puts_cookie_and_updates_RequestScope() throws java.lang.Exception- Throws:
java.lang.Exception
-
-