@PrepareForTest(value={AuctionsSvc.class,ServiceRunner.class,LogUtils.class,BrxRtb095.BidRequest.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class AuctionsSvcSpec_onBrx extends Object
Modifier and Type | Field and Description |
---|---|
private BrxAdapter |
brxAdapterMock |
private ServiceRunner |
serviceRunnerSimpleMock |
private AuctionsSvc |
svc |
Constructor and Description |
---|
AuctionsSvcSpec_onBrx() |
Modifier and Type | Method and Description |
---|---|
void |
negativeFlow_shouldLogBrockenRequest() |
void |
positiveFlow_brXPing() |
void |
positiveFlow_shouldConfiureBrxAdapterAndCallOnBidRequestDelegate() |
void |
setUp() |
private ServiceRunner serviceRunnerSimpleMock
private AuctionsSvc svc
private BrxAdapter brxAdapterMock
public void positiveFlow_shouldConfiureBrxAdapterAndCallOnBidRequestDelegate() throws Throwable
Throwable
public void negativeFlow_shouldLogBrockenRequest() throws Exception
Exception