@PrepareForTest(value={AuctionsSvc.class,ServiceRunner.class,LogUtils.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class AuctionsSvcSpec_onSpotX extends Object
Modifier and Type | Field and Description |
---|---|
private ServiceRunner |
serviceRunnerSimpleMock |
private SpotXChangeAdapter |
spAdapterMock |
private AuctionsSvc |
svc |
Constructor and Description |
---|
AuctionsSvcSpec_onSpotX() |
Modifier and Type | Method and Description |
---|---|
void |
negativeFlow_shouldLogBrockenRequest() |
void |
positiveFlow_shouldConfiureSpotXChangeAdapterAndCallOnBidRequestDelegate() |
void |
setUp() |
private ServiceRunner serviceRunnerSimpleMock
private AuctionsSvc svc
private SpotXChangeAdapter spAdapterMock