@PrepareForTest(value={ServiceRunner.class,LogUtils.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class ServiceRunnerSpec_initIntegral extends Object
Modifier and Type | Field and Description |
---|---|
private Lot49Config |
lot49ConfigMock |
private ServiceRunner |
serviceRunnerMock |
Constructor and Description |
---|
ServiceRunnerSpec_initIntegral() |
Modifier and Type | Method and Description |
---|---|
void |
negativeFlow_doesNotInitializeIntegralServiceIfGetIntegralReturnsNull() |
void |
positiveFlow_initializesIntegralServiceIfItIsConfigured() |
void |
setUp() |
private Lot49Config lot49ConfigMock
private ServiceRunner serviceRunnerMock
public void positiveFlow_initializesIntegralServiceIfItIsConfigured() throws Exception
Exception
public void negativeFlow_doesNotInitializeIntegralServiceIfGetIntegralReturnsNull()