CMSAssertTextEquals Method (String, String, String, TextNormalizationSettings) |
Asserts whether two queries equal
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax 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