@PrepareForTest(value={AuctionsSvc.class,ServiceRunner.class,AdaptvAdapter.class,javax.ws.rs.core.UriInfo.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class AuctionsSvcSpec_onAdaptv extends Object
Modifier and Type | Field and Description |
---|---|
(package private) AdaptvAdapter |
adaptvAdapterMock |
private ServiceRunner |
serviceRunnerSimpleMock |
private AuctionsSvc |
svc |
Constructor and Description |
---|
AuctionsSvcSpec_onAdaptv() |
Modifier and Type | Method and Description |
---|---|
void |
negativeFlow_canNotSetOpenRtbRequestFromEmptyQuery() |
void |
positiveFlow_setOpenRtbRequestApp() |
void |
positiveFlow_setOpenRtbRequestAuctionId() |
void |
positiveFlow_setOpenRtbRequestDevice() |
void |
positiveFlow_setOpenRtbRequestImpression() |
void |
positiveFlow_setOpenRtbRequestOtherVideoSettings() |
void |
positiveFlow_setOpenRtbRequestPlayackMethod() |
void |
positiveFlow_setOpenRtbRequestSite() |
void |
positiveFlow_setOpenRtbRequestVideoFormats() |
void |
positiveFlow_shouldConfiureAdapterAndCallOnBidRequestDelegate() |
void |
setUp() |
private ServiceRunner serviceRunnerSimpleMock
private AuctionsSvc svc
AdaptvAdapter adaptvAdapterMock
public void positiveFlow_shouldConfiureAdapterAndCallOnBidRequestDelegate() throws Exception
Exception
public void negativeFlow_canNotSetOpenRtbRequestFromEmptyQuery() throws Exception
Exception
public void positiveFlow_setOpenRtbRequestAuctionId() throws Exception
Exception
public void positiveFlow_setOpenRtbRequestDevice() throws Exception
Exception
public void positiveFlow_setOpenRtbRequestSite() throws Exception
Exception
public void positiveFlow_setOpenRtbRequestApp() throws Exception
Exception
public void positiveFlow_setOpenRtbRequestImpression() throws Exception
Exception
public void positiveFlow_setOpenRtbRequestVideoFormats() throws Exception
Exception
public void positiveFlow_setOpenRtbRequestPlayackMethod() throws Exception
Exception