@PrepareForTest(value={ServiceRunner.class,LogUtils.class,StatsSvc.class,AdXAdapter.class,LocalOrchestrator.class})
@PowerMockIgnore(value={"javax.crypto.*","javax.management.*"})
public class StatsSvcSpec_onImpression
extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
BID_CRETATED_TIMESTAMP |
private Lot49Config |
configMock |
private ServiceRunner |
serviceRunnerSimpleMock |
private StatsSvc |
svc |
| Constructor and Description |
|---|
StatsSvcSpec_onImpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
negativeFlow_badBidPrice() |
void |
negativeFlow_badRequestURL() |
void |
negativeFlow_badWinningPrice() |
void |
positiveFlow_NoWinning() |
void |
positiveFlow_WinningAndRedir() |
void |
positiveFlow_WinningNoRedirInParameters() |
void |
setUp() |
private ServiceRunner serviceRunnerSimpleMock
private StatsSvc svc
private Lot49Config configMock
private long BID_CRETATED_TIMESTAMP
public void negativeFlow_badRequestURL()
throws Throwable
Throwablepublic void negativeFlow_badWinningPrice()
throws Throwable
Throwablepublic void positiveFlow_WinningAndRedir()
throws Throwable
Throwablepublic void positiveFlow_WinningNoRedirInParameters()
throws Throwable
Throwable