Exemplo n.º 1
0
 public void AllEventsShouldHaveShortDescription(LogEvents.LogEvent logEvent)
 {
     Assert.IsFalse(string.IsNullOrWhiteSpace(logEvent.ShortDescription));
 }