public class IdCookieCollectionTest
extends java.lang.Object
| Constructor and Description |
|---|
IdCookieCollectionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
add_put_remove_and_lookup_behaviour() |
void |
add_throws_on_duplicate_key() |
static void |
initStatics() |
void |
put_allows_overwrite_even_when_full() |
void |
put_throws_when_full_and_new_key() |
static void |
tearDownStatics() |
public static void initStatics()
public static void tearDownStatics()
public void add_put_remove_and_lookup_behaviour()
throws java.lang.Exception
java.lang.Exceptionpublic void add_throws_on_duplicate_key()
throws java.lang.Exception
java.lang.Exceptionpublic void put_throws_when_full_and_new_key()
throws java.lang.Exception
java.lang.Exceptionpublic void put_allows_overwrite_even_when_full()
throws java.lang.Exception
java.lang.Exception