Class FixtureExecutionResult
public sealed record FixtureExecutionResult : IEquatable<FixtureExecutionResult>
- Inheritance
-
FixtureExecutionResult
- Implements
- Inherited Members
Properties
Artifacts
public IReadOnlyList<EvidenceArtifact> Artifacts { get; init; }
Property Value
Message
public string? Message { get; init; }
Property Value
Outputs
public IReadOnlyDictionary<string, string> Outputs { get; init; }
Property Value
Success
public bool Success { get; init; }