Click or drag to resize
JSONConstraintIsSimilarTo Method (JObject)
Creates JSONConstraint which compares the test-Object with the given JObject.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public static JSONConstraint IsSimilarTo(
	JObject expectedJObject
)

Parameters

expectedJObject
Type: JObject

Return Value

Type: JSONConstraint
See Also