@PrepareForTest(value={ServiceRunner.class,LogUtils.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class ServiceRunnerSpec_initCodecs extends Object
Modifier and Type | Class and Description |
---|---|
private class |
ServiceRunnerSpec_initCodecs.UnsuitableCodec |
Modifier and Type | Field and Description |
---|---|
private Lot49Config |
lot49ConfigMock |
private ServiceRunner |
serviceRunnerMock |
Constructor and Description |
---|
ServiceRunnerSpec_initCodecs() |
Modifier and Type | Method and Description |
---|---|
void |
positiveFlow_initializesNoopCodecIfCodecClassDoesNotExist() |
void |
positiveFlow_initializesNoopCodecIfCodecClassIsUnsuitable() |
void |
positiveFlow_initializesRequestedCodecIfCodecClassIsSuitable() |
void |
setUp() |
private Lot49Config lot49ConfigMock
private ServiceRunner serviceRunnerMock
public void positiveFlow_initializesRequestedCodecIfCodecClassIsSuitable() throws Lot49Exception
Lot49Exception
public void positiveFlow_initializesNoopCodecIfCodecClassIsUnsuitable() throws Lot49Exception
Lot49Exception