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