You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resending message on exception should be tested
Notice dont use real service bus for this.
pub.SendAsync(message).Returns( x => { throw new Exception();}, x => Task.FromResult(Arg.Any()) );
try with something like that
creating setup was quite painful with all stacked substitutes
The text was updated successfully, but these errors were encountered:
Resending message on exception should be tested
Notice dont use real service bus for this.
pub.SendAsync(message).Returns( x => { throw new Exception();}, x => Task.FromResult(Arg.Any()) );
try with something like that
creating setup was quite painful with all stacked substitutes
The text was updated successfully, but these errors were encountered: