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