@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
Throwable
public void negativeFlow_badWinningPrice() throws Throwable
Throwable
public void positiveFlow_WinningAndRedir() throws Throwable
Throwable
public void positiveFlow_WinningNoRedirInParameters() throws Throwable
Throwable