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