CMSAssertQueryEquals Method |
Asserts whether two queries equal
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax public static void QueryEquals(
string current,
string expected,
string message = null
)
Parameters
- current
- Type: SystemString
Current query - expected
- Type: SystemString
Expected query - message (Optional)
- Type: SystemString
Optional error message
See Also