Package services.publix.idcookie
Class IdCookieCollectionTest
- java.lang.Object
-
- services.publix.idcookie.IdCookieCollectionTest
-
public class IdCookieCollectionTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdCookieCollectionTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd_put_remove_and_lookup_behaviour()voidadd_throws_on_duplicate_key()static voidinitStatics()voidput_allows_overwrite_even_when_full()voidput_throws_when_full_and_new_key()static voidtearDownStatics()
-
-
-
Method Detail
-
initStatics
public static void initStatics()
-
tearDownStatics
public static void tearDownStatics()
-
add_put_remove_and_lookup_behaviour
public void add_put_remove_and_lookup_behaviour() throws java.lang.Exception- Throws:
java.lang.Exception
-
add_throws_on_duplicate_key
public void add_throws_on_duplicate_key() throws java.lang.Exception- Throws:
java.lang.Exception
-
put_throws_when_full_and_new_key
public void put_throws_when_full_and_new_key() throws java.lang.Exception- Throws:
java.lang.Exception
-
put_allows_overwrite_even_when_full
public void put_allows_overwrite_even_when_full() throws java.lang.Exception- Throws:
java.lang.Exception
-
-