Esempio n. 1
0
 protected Conclusion CreateError(string message, [CanBeNull] BenchmarkReport report   = null) => Conclusion.CreateError(Id, message, report);
Esempio n. 2
0
 protected Conclusion CreateError(string message, [CanBeNull] BenchmarkReport report = null, bool mergeable = true)
 => Conclusion.CreateError(Id, message, report, mergeable);