Пример #1
0
 public void Should_invoke_the_consumer_error_strategy()
 {
     consumerErrorStrategy.AssertWasCalled(x =>
                                           x.HandleConsumerError(Arg <ConsumerExecutionContext> .Is.Anything, Arg <Exception> .Is.Anything));
 }
Пример #2
0
 public void Should_invoke_the_consumer_error_strategy()
 {
     consumerErrorStrategy.AssertWasCalled(x =>
                                           x.HandleConsumerError(Arg <BasicDeliverEventArgs> .Is.Anything, Arg <Exception> .Is.Anything));
 }