Class JsonShapeMatcher
public static class JsonShapeMatcher
- Inheritance
-
JsonShapeMatcher
- Inherited Members
Methods
AssertMatch(string, object?, JsonSerializerOptions?)
public static IReadOnlyList<string> AssertMatch(string content, object? expected, JsonSerializerOptions? options = null)
Parameters
contentstringexpectedobjectoptionsJsonSerializerOptions
Returns
AssertMatch(JsonElement, object?, JsonSerializerOptions?)
public static IReadOnlyList<string> AssertMatch(JsonElement actual, object? expected, JsonSerializerOptions? options = null)
Parameters
actualJsonElementexpectedobjectoptionsJsonSerializerOptions