Esempio n. 1
0
 protected override void ReportError(string text, string details = null)
 {
     IncreaseAndCheckMessageCount();
     _appVeyor.WriteError(text, details);
 }
Esempio n. 2
0
 public override void WriteError(string text, string details = null)
 {
     _appVeyor.WriteError(text, details);
 }