@MockPolicy(value=SharedSetUp.class) @PrepareForTest(value=AdCache.class) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class AdCacheSpec_rescheduleSelf extends Object
| Modifier and Type | Field and Description |
|---|---|
private AdCache |
adCache |
private AdCacheConfig |
adCacheConfig |
private int |
poolSize |
private ServiceRunner |
serviceRunnerMock |
| Constructor and Description |
|---|
AdCacheSpec_rescheduleSelf() |
| Modifier and Type | Method and Description |
|---|---|
void |
negativeFlow_notSchedulingIfTtlMinutesIsNotPositive() |
void |
positiveFlow_SchedulingIfTtlMinutesIsPositive() |
void |
setUp() |
private AdCacheConfig adCacheConfig
private AdCache adCache
private ServiceRunner serviceRunnerMock
private int poolSize