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