@MockPolicy(value=SharedSetUp.class) @PrepareForTest(value={AdCache.class,LogUtils.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class AdCacheSpec_init extends Object
Modifier and Type | Field and Description |
---|---|
private AdCache |
adCache |
private AdCacheConfig |
adCacheConfig |
private DaoCounters |
daoCountersMock |
private DbService |
dbServiceMock |
private int |
poolSize |
private ServiceRunner |
serviceRunnerMock |
Constructor and Description |
---|
AdCacheSpec_init() |
Modifier and Type | Method and Description |
---|---|
void |
positiveFlow_initializesNecessaryFieldsAndSchedulesTask() |
void |
setUp() |
private AdCacheConfig adCacheConfig
private AdCache adCache
private ServiceRunner serviceRunnerMock
private DbService dbServiceMock
private DaoCounters daoCountersMock
private int poolSize
public void positiveFlow_initializesNecessaryFieldsAndSchedulesTask() throws Lot49Exception, Exception
Lot49Exception
Exception