Example #1
0
        public MessageSucceededContinuation_failure_handling_Tester()
        {
            theEnvelopeContext.When(x => x.SendAllQueuedOutgoingMessages())
            .Throw(theException);

            MessageSucceededContinuation.Instance
            .Execute(theEnvelope, theEnvelopeContext, DateTime.UtcNow);
        }