Class NormalizedFixture
public record NormalizedFixture : IEquatable<NormalizedFixture>
- Inheritance
-
NormalizedFixture
- Implements
- Inherited Members
Properties
Bindings
public Dictionary<string, string> Bindings { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Source
public string? Source { get; init; }
Property Value
Use
public string? Use { get; init; }