@PrepareForTest(value={AuctionsSvc.class,ServiceRunner.class,LogUtils.class})
@PowerMockIgnore(value={"javax.crypto.*","javax.management.*"})
public class AuctionsSvcSpec_onSmaato
extends Object
| Modifier and Type | Field and Description |
|---|---|
private ServiceRunner |
serviceRunnerSimpleMock |
private SmaatoAdapter |
smAdapterMock |
private AuctionsSvc |
svc |
| Constructor and Description |
|---|
AuctionsSvcSpec_onSmaato() |
| Modifier and Type | Method and Description |
|---|---|
void |
negativeFlow_shouldLogBrockenRequest() |
void |
positiveFlow_shouldConfiureSmaatoAdapterAndCallOnBidRequestDelegate() |
void |
setUp() |
private ServiceRunner serviceRunnerSimpleMock
private AuctionsSvc svc
private SmaatoAdapter smAdapterMock