Beispiel #1
0
 protected virtual void OnReport(IInspectionReport report)
 {
 }
 protected override void OnReport(IInspectionReport report)
 {
     report.Guard(() => _counter == 0, $"Found {_counter} dead letters");
 }