@PrepareForTest(value={AuctionsSvc.class,ServiceRunner.class,LogUtils.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class LiverailAdapterSpec extends Object
Modifier and Type | Field and Description |
---|---|
private ExchangesConfig |
exchangesConfigMock |
private LiverailConfig |
lCfg |
private ServiceRunner |
serviceRunnerSimpleMock |
Constructor and Description |
---|
LiverailAdapterSpec() |
Modifier and Type | Method and Description |
---|---|
void |
constructorNegativeFlow_seatIdWasNotProvided() |
void |
constructorPositiveFlow_shouldSetLiverailConfig() |
void |
convertRequestPositiveFlow_shouldSetLiverailAdapter() |
void |
setUp() |
private ServiceRunner serviceRunnerSimpleMock
private ExchangesConfig exchangesConfigMock
private LiverailConfig lCfg