lengthIsMax
Short summary
This assertion method checks if the current string stringToCheck length is equal or less than to maxLength.
Processed strings must be in UTF-8 encoding
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| stringToCheck | Tc2_System.T_MaxString | current string to check | input |
| maxLength | USINT | upper limit of the length of stringToCheck | input |
| message | AssertMessage | message if the assertion is false | input |