Class Conclusion
Assembly: BenchmarkDotNet.dll
Syntax
public sealed class Conclusion : IEquatable<Conclusion>
Properties
AnalyserId
Declaration
public string AnalyserId { get; }
Property Value
Kind
Declaration
public ConclusionKind Kind { get; }
Property Value
Mergeable
Declaration
public bool Mergeable { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
Report
Declaration
public BenchmarkReport Report { get; }
Property Value
Methods
CreateError(String, String, BenchmarkReport, Boolean)
Declaration
public static Conclusion CreateError(string analyserId, string message, BenchmarkReport report = null, bool mergeable = true)
Parameters
Returns
CreateHint(String, String, BenchmarkReport, Boolean)
Declaration
public static Conclusion CreateHint(string analyserId, string message, BenchmarkReport report = null, bool mergeable = true)
Parameters
Returns
CreateWarning(String, String, BenchmarkReport, Boolean)
Declaration
public static Conclusion CreateWarning(string analyserId, string message, BenchmarkReport report = null, bool mergeable = true)
Parameters
Returns
Equals(Conclusion)
Declaration
public bool Equals(Conclusion other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements