コード例 #1
0
 protected override void ReportError(string text, string details = null)
 {
     IncreaseAndCheckMessageCount();
     _appVeyor.WriteError(text, details);
 }
コード例 #2
0
 public override void WriteError(string text, string details = null)
 {
     _appVeyor.WriteError(text, details);
 }