@PrepareForTest(value=LogUtils.class) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class RedisStringDaoShortLivedMapSpec_ALL extends Object
| Modifier and Type | Field and Description |
|---|---|
private Long |
expiration |
private String |
key |
private com.lambdaworks.redis.RedisAsyncConnection<String,String> |
redisAsyncConnectionMock |
private RedisStringDaoShortLivedMap |
redisStringDaoShortLivedMapSpy |
private String |
value |
| Constructor and Description |
|---|
RedisStringDaoShortLivedMapSpec_ALL() |
| Modifier and Type | Method and Description |
|---|---|
void |
positiveFlow_get() |
void |
positiveFlow_getAsync() |
void |
positiveFlow_put() |
void |
positiveFlow_putAsync_String_String_Long() |
void |
positiveFlow_putAsync_String_String() |
void |
positiveFlow_remove() |
void |
positiveFlow_replace() |
void |
setUp() |
private com.lambdaworks.redis.RedisAsyncConnection<String,String> redisAsyncConnectionMock
private RedisStringDaoShortLivedMap redisStringDaoShortLivedMapSpy
private String key
private String value
private Long expiration
public void positiveFlow_putAsync_String_String()
public void positiveFlow_putAsync_String_String_Long()
public void positiveFlow_replace()
throws Lot49Exception,
Exception
Lot49ExceptionExceptionpublic void positiveFlow_getAsync()
public void positiveFlow_put()