ProtoTest API Reference ProtoTest API Reference

Interface IJsonValueMatcher

Namespace
ProtoTest.Json
Assembly
ProtoTest.Json.dll
public interface IJsonValueMatcher
Extension Methods
SheetModelAssertions.ShouldMatchShape<TRow>(TRow, object, JsonSerializerOptions?)

Properties

Description

string Description { get; }

Property Value

string

Methods

Matches(object?, out string?)

bool Matches(object? actual, out string? errorMessage)

Parameters

actual object
errorMessage string

Returns

bool
Edit this page
ProtoTest is open source under the MIT license.