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

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

Parameters

expectedJSON
Type: SystemString

Return Value

Type: JSONConstraint
See Also