Table of Contents

Class FixtureExecutionResult

Namespace
Cress.Sdk
Assembly
Cress.Sdk.dll
public sealed record FixtureExecutionResult : IEquatable<FixtureExecutionResult>
Inheritance
FixtureExecutionResult
Implements
Inherited Members

Properties

Artifacts

public IReadOnlyList<EvidenceArtifact> Artifacts { get; init; }

Property Value

IReadOnlyList<EvidenceArtifact>

Message

public string? Message { get; init; }

Property Value

string

Outputs

public IReadOnlyDictionary<string, string> Outputs { get; init; }

Property Value

IReadOnlyDictionary<string, string>

Success

public bool Success { get; init; }

Property Value

bool