JSONConstraintIsSimilarTo Method (JObject) |
Creates JSONConstraint which compares the test-Object with the given JObject.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax public static JSONConstraint IsSimilarTo(
JObject expectedJObject
)
Parameters
- expectedJObject
- Type: JObject
Return Value
Type:
JSONConstraintSee Also