Package services.publix.idcookie
Class IdCookieServiceTest
- java.lang.Object
-
- services.publix.idcookie.IdCookieServiceTest
-
public class IdCookieServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdCookieServiceTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddiscardIdCookie_delegates_to_accessor()voidgetIdCookie_throws_when_missing()voidhas_and_get_IdCookie()static voidinitStatics()voidmaxIdCookiesReached_reflects_collection_isFull()voidoldest_cookie_detection_and_id_extraction()voidoneIdCookieHasThisStudyAssets_checks_all()voidsetup()static voidtearDownStatics()voidwriteIdCookie_reuses_existing_name_otherwise_creates_new()
-
-
-
Method Detail
-
initStatics
public static void initStatics()
-
tearDownStatics
public static void tearDownStatics()
-
setup
public void setup()
-
has_and_get_IdCookie
public void has_and_get_IdCookie() throws java.lang.Exception- Throws:
java.lang.Exception
-
getIdCookie_throws_when_missing
public void getIdCookie_throws_when_missing() throws java.lang.Exception- Throws:
java.lang.Exception
-
oneIdCookieHasThisStudyAssets_checks_all
public void oneIdCookieHasThisStudyAssets_checks_all() throws java.lang.Exception- Throws:
java.lang.Exception
-
writeIdCookie_reuses_existing_name_otherwise_creates_new
public void writeIdCookie_reuses_existing_name_otherwise_creates_new() throws java.lang.Exception- Throws:
java.lang.Exception
-
maxIdCookiesReached_reflects_collection_isFull
public void maxIdCookiesReached_reflects_collection_isFull() throws java.lang.Exception- Throws:
java.lang.Exception
-
oldest_cookie_detection_and_id_extraction
public void oldest_cookie_detection_and_id_extraction() throws java.lang.Exception- Throws:
java.lang.Exception
-
discardIdCookie_delegates_to_accessor
public void discardIdCookie_delegates_to_accessor() throws java.lang.Exception- Throws:
java.lang.Exception
-
-