Click or drag to resize
CMSAssertTextEquals Method (String, String, String, TextNormalizationSettings)
Asserts whether two queries equal

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public static void TextEquals(
	string current,
	string expected,
	string message = null,
	TextNormalizationSettings settings = null
)

Parameters

current
Type: SystemString
Current query
expected
Type: SystemString
Expected query
message (Optional)
Type: SystemString
Optional error message
settings (Optional)
Type: CMS.HelpersTextNormalizationSettings
Text normalization settings
See Also