@MockPolicy(value=SharedSetUp.class) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class AdCacheSpec_getOwnerKey extends Object
Modifier and Type | Field and Description |
---|---|
private AdCache |
adCache |
private AdCacheConfig |
adCacheConfig |
private byte[] |
key |
private String |
owner |
Constructor and Description |
---|
AdCacheSpec_getOwnerKey() |
Modifier and Type | Method and Description |
---|---|
void |
negativeFlow_returnsNullIfKeyNotFound() |
void |
negativeFlow_returnsNullIfMapOwnerKeysIsNull() |
void |
positiveFlow_returnsKeyIfKeyFound() |
void |
setUp() |
private AdCacheConfig adCacheConfig
private AdCache adCache
private String owner
private byte[] key