IStringAssertions
Short summary
This interface provides assert statements for strings
For UTF-16 strings up to 255 WORD (WSTRING(Tc2_System.MAX_STRING_LENGTH)) use the property IStringAssertions.utf16.
For windows-125x strings up to 255 BYTE (Tc2_System.T_MaxString) use the property IStringAssertions.windows125x.
For windows-125x or UTF-16 strings that are longer, use the property IStringAssertions.anyString
properties
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | __SYSTEM.IQueryInterface | - |
UML Diagram
Properties
unicode
Type: IUnicodeStringAssertions
Returns an interface IUnicodeStringAssertions with assert statements,…
utf16
Type: IUtf16StringAssertions
Returns an interface IUtf16StringAssertions with assert statements…
utf8
Type: IUtf8StringAssertions
Returns an interface IUtf8StringAssertions with assert statements…
windows125x
Type: IWindows125xStringAssertions
Returns an interface IWindows125xStringAssertions with assert statements for 8-bit …
Code
Declaration
INTERFACE IStringAssertions EXTENDS __SYSTEM.IQueryInterface