@MockPolicy(value=SharedSetUp.class) @PrepareForTest(value=LogUtils.class) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class AdCacheSpec_refreshOwnerKeys extends Object
Modifier and Type | Field and Description |
---|---|
private AdCache |
adCache |
private AdCacheConfig |
adCacheConfig |
private byte[] |
key |
private String |
owner |
private com.lambdaworks.redis.RedisConnection<String,String> |
redisConnectionMock |
Constructor and Description |
---|
AdCacheSpec_refreshOwnerKeys() |
Modifier and Type | Method and Description |
---|---|
void |
negativeFlow_DoesNotLogInfoAboutKeyIfKeyNotFound() |
void |
positiveFlow_LogsInfoAboutKeyIfKeyFound() |
void |
setUp() |
private AdCacheConfig adCacheConfig
private AdCache adCache
private com.lambdaworks.redis.RedisConnection<String,String> redisConnectionMock
private String owner
private byte[] key