@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
Exceptionpublic void negativeFlow_canNotSetOpenRtbRequestFromEmptyQuery()
throws Exception
Exceptionpublic void positiveFlow_setOpenRtbRequestAuctionId()
throws Exception
Exceptionpublic void positiveFlow_setOpenRtbRequestDevice()
throws Exception
Exceptionpublic void positiveFlow_setOpenRtbRequestSite()
throws Exception
Exceptionpublic void positiveFlow_setOpenRtbRequestApp()
throws Exception
Exceptionpublic void positiveFlow_setOpenRtbRequestImpression()
throws Exception
Exceptionpublic void positiveFlow_setOpenRtbRequestVideoFormats()
throws Exception
Exceptionpublic void positiveFlow_setOpenRtbRequestPlayackMethod()
throws Exception
Exception