Class GenerateResult
Inheritance
GenerateResult
Assembly: BenchmarkDotNet.dll
public class GenerateResult
Constructors
Declaration
public GenerateResult(ArtifactsPaths artifactsPaths, bool isGenerateSuccess, Exception generateException, IReadOnlyCollection<string> artifactsToCleanup, bool noAcknowledgments)
Parameters
Properties
Declaration
public ArtifactsPaths ArtifactsPaths { get; }
Property Value
Declaration
public IReadOnlyCollection<string> ArtifactsToCleanup { get; }
Property Value
Declaration
public Exception GenerateException { get; }
Property Value
Declaration
public bool IsGenerateSuccess { get; }
Property Value
Declaration
public bool NoAcknowledgments { get; }
Property Value
Methods
Declaration
public static GenerateResult Failure(ArtifactsPaths artifactsPaths, IReadOnlyCollection<string> artifactsToCleanup, Exception exception = null)
Parameters
Returns
Declaration
public static GenerateResult Success(ArtifactsPaths artifactsPaths, IReadOnlyCollection<string> artifactsToCleanup, bool noAcknowledgments)
Parameters
Returns
Declaration
public override string ToString()
Returns
Overrides