@PrepareForTest(value={AuctionsSvc.class,ServiceRunner.class})
@PowerMockIgnore(value={"javax.crypto.*","javax.management.*"})
public class AuctionSvcSpec_getBid
extends Object
| Modifier and Type | Field and Description |
|---|---|
private OrchestratorConfig |
orchConfig |
private ServiceRunner |
serviceRunnerSimpleMock |
| Constructor and Description |
|---|
AuctionSvcSpec_getBid() |
| Modifier and Type | Method and Description |
|---|---|
void |
negativeFlow_No_Impressions() |
void |
negativeFlow_No_Potential_Bids_0_Tags() |
void |
negativeFlow_No_Potential_Bids_1_Tags() |
void |
negativeFlow_No_Potential_Bids_Not_Banner() |
void |
positiveFlow_resultingBidHoldsAdAndTagAttributes() |
void |
setUp() |
private ServiceRunner serviceRunnerSimpleMock
private OrchestratorConfig orchConfig
public void negativeFlow_No_Impressions()
throws Exception
Exceptionpublic void negativeFlow_No_Potential_Bids_0_Tags()
throws Exception
Exceptionpublic void negativeFlow_No_Potential_Bids_1_Tags()
throws Exception
Exceptionpublic void negativeFlow_No_Potential_Bids_Not_Banner()
throws Exception
Exception