Beispiel #1
0
 public void should_call_logInformation()
 {
     _coreLogger.LogInformation(_message);
     _logger.Validate(LogLevel.Information, _message);
 }