@PrepareForTest(value=LogUtils.class) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class RedisBidInfoDaoShortLivedMapSpec_PLAIN extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
key |
private com.lambdaworks.redis.RedisAsyncConnection<String,String> |
redisAsyncConnectionMock |
private RedisBidInfoDaoShortLivedMap |
redisBidInfoDaoShortLivedMap |
private BidInFlightInfo |
value |
| Constructor and Description |
|---|
RedisBidInfoDaoShortLivedMapSpec_PLAIN() |
| Modifier and Type | Method and Description |
|---|---|
void |
positiveFlow_getAsync() |
void |
positiveFlow_put() |
void |
setUp() |
private com.lambdaworks.redis.RedisAsyncConnection<String,String> redisAsyncConnectionMock
private RedisBidInfoDaoShortLivedMap redisBidInfoDaoShortLivedMap
private String key
private BidInFlightInfo value