Struct ProtoTestId
Numeric identifier for one test execution. Its string representation preserves the configured width.
public readonly record struct ProtoTestId : IEquatable<ProtoTestId>
- Implements
- Inherited Members
- Extension Methods
Constructors
ProtoTestId(long, int)
public ProtoTestId(long number, int width = 1)
Parameters
Properties
Number
public long Number { get; }
Property Value
Value
public string Value { get; }
Property Value
Width
public int Width { get; }
Property Value
Methods
Parse(string)
public static ProtoTestId Parse(string value)
Parameters
valuestring
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.