Interface IJsonValueMatcher
public interface IJsonValueMatcher
- Extension Methods
Properties
Description
string Description { get; }
Property Value
Methods
Matches(object?, out string?)
bool Matches(object? actual, out string? errorMessage)
public interface IJsonValueMatcher
string Description { get; }
bool Matches(object? actual, out string? errorMessage)