Class ProtoRunGateFailure

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

One failed Run gate, as reported when the run ends.

public sealed record ProtoRunGateFailure : IEquatable<ProtoRunGateFailure>
Inheritance
ProtoRunGateFailure
Implements
Inherited Members
Extension Methods

Constructors

ProtoRunGateFailure(string, string?, IReadOnlyList<string>)

One failed Run gate, as reported when the run ends.

public ProtoRunGateFailure(string Name, string? Message, IReadOnlyList<string> Details)

Parameters

Name string
Message string
Details IReadOnlyList<string>

Properties

Details

public IReadOnlyList<string> Details { get; init; }

Property Value

IReadOnlyList<string>

Message

public string? Message { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string