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
* Fix the WithArguments() assertion message when comparing the number of the arguments.
fixes#10
* Add the support of WithException() followed by a WithArguments() methods.
fixes#11
.WithMessage("Incorrect template message argument count for the 'Log information with parameters {Id}, {Name} and {Object}' template message. (Expected: '100', Actual: '4')");
297
+
.WithMessage("Incorrect template message argument count for the 'Log information with parameters {Id}, {Name} and {Object}' template message. (Expected: '100', Actual: '3')");
294
298
}
295
299
296
300
[Fact]
@@ -322,7 +326,7 @@ public void LogWithMessageTemplate_ParametersAssertion_WrongExpectedArgumentCoun
.WithMessage("Incorrect template message argument count for the 'Log information with parameters {Id}, {Name} and {Object}' template message. (Expected: '9', Actual: '4')");
329
+
.WithMessage("Incorrect template message argument count for the 'Log information with parameters {Id}, {Name} and {Object}' template message. (Expected: '9', Actual: '3')");
0 commit comments