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