Class JsonEquivalenceAssertions
- Namespace
- TUnit.Assertions.Extensions
- Assembly
- JsonAssertions.TUnit.dll
public static class JsonEquivalenceAssertions
- Inheritance
-
JsonEquivalenceAssertions
- Inherited Members
Methods
IsEquivalentJsonTo(IAssertionSource<string>, string, Action<JsonEquivalenceOptions>?, string?, string?)
Generated extension method for IsEquivalentJsonTo
public static String_IsEquivalentJsonTo_String_ActionJsonEquivalenceOptions_Assertion IsEquivalentJsonTo(this IAssertionSource<string> source, string expected, Action<JsonEquivalenceOptions>? configure, string? expectedExpression = null, string? configureExpression = null)
Parameters
sourceIAssertionSource<string>expectedstringconfigureAction<JsonEquivalenceOptions>expectedExpressionstringconfigureExpressionstring
Returns
IsEquivalentJsonTo(IAssertionSource<string>, string, string?)
Generated extension method for IsEquivalentJsonTo
public static String_IsEquivalentJsonTo_String_Assertion IsEquivalentJsonTo(this IAssertionSource<string> source, string expected, string? expectedExpression = null)
Parameters
Returns
IsEquivalentJsonTo(IAssertionSource<JsonElement>, string, Action<JsonEquivalenceOptions>?, string?, string?)
Generated extension method for IsEquivalentJsonTo
public static JsonElement_IsEquivalentJsonTo_String_ActionJsonEquivalenceOptions_Assertion IsEquivalentJsonTo(this IAssertionSource<JsonElement> source, string expected, Action<JsonEquivalenceOptions>? configure, string? expectedExpression = null, string? configureExpression = null)
Parameters
sourceIAssertionSource<JsonElement>expectedstringconfigureAction<JsonEquivalenceOptions>expectedExpressionstringconfigureExpressionstring
Returns
IsEquivalentJsonTo(IAssertionSource<JsonElement>, string, string?)
Generated extension method for IsEquivalentJsonTo
public static JsonElement_IsEquivalentJsonTo_String_Assertion IsEquivalentJsonTo(this IAssertionSource<JsonElement> source, string expected, string? expectedExpression = null)
Parameters
sourceIAssertionSource<JsonElement>expectedstringexpectedExpressionstring