Beispiel #1
0
 protected override void Setup()
 {
     decoratorBus = new TransientFaultBusDecorator(fakeInternalBus, policyMock.Object, Log);
 }
Beispiel #2
0
 protected override void Setup()
 {
     decoratorBus = new TransientFaultBusDecorator(fakeInternalBus, policyMock.Object, () => new Mock <IMessageContext>().Object);
 }
Beispiel #3
0
 protected override void Setup()
 {
     decoratorBus = new TransientFaultBusDecorator(fakeInternalBus, noOp, Log);
 }