@PrepareForTest(value=LogUtils.class) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class RedisCacheableWebResponseDaoShortLivedMapSpec_putAsync extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
key |
private com.lambdaworks.redis.RedisAsyncConnection<String,String> |
redisAsyncConnectionMock |
private RedisCacheableWebResponseDaoShortLivedMap |
redisCacheableWebResponseDaoShortLivedMapSpy |
private CacheableWebResponse |
value |
| Constructor and Description |
|---|
RedisCacheableWebResponseDaoShortLivedMapSpec_putAsync() |
| Modifier and Type | Method and Description |
|---|---|
void |
negativeFlow_doesNotCallSetIfJsonSerializationThrowsException() |
void |
positiveFlow_callsSetIfJsonSerializationIsSuccessful() |
void |
setUp() |
private com.lambdaworks.redis.RedisAsyncConnection<String,String> redisAsyncConnectionMock
private RedisCacheableWebResponseDaoShortLivedMap redisCacheableWebResponseDaoShortLivedMapSpy
private String key
private CacheableWebResponse value
public RedisCacheableWebResponseDaoShortLivedMapSpec_putAsync()