Closed adrianiftode closed 2 years ago
Moq can define a valid verification expression that addresses the array behind the params keyword.
Handling this correctly with Moq.ILogger too so now something like
loggerMock.VerifyLog(logger => logger.LogInformation("Processed {@Position} in {Elapsed:000} ms.", It.Is<object[]>(arg => arg != null)));
could be used
Closes #10
Moq can define a valid verification expression that addresses the array behind the params keyword.
Handling this correctly with Moq.ILogger too so now something like
could be used
Closes #10