UINT ¶ Assert_ArrayOfUInt_Contains (Function) Assert_ArrayOfUInt_ContainsAllOf (Function) Assert_ArrayOfUInt_ContainsNoneOf (Function) Assert_ArrayOfUInt_ContainsNot (Function) Assert_ArrayOfUInt_ContainsOneOf (Function) Assert_ArrayOfUInt_ContainsSequence (Function) Assert_ArrayOfUInt_Equal (Function) Assert_ArrayOfUInt_NotEqual (Function)
ULINT ¶ Assert_ArrayOfULInt_Contains (Function) Assert_ArrayOfULInt_ContainsAllOf (Function) Assert_ArrayOfULInt_ContainsNoneOf (Function) Assert_ArrayOfULInt_ContainsNot (Function) Assert_ArrayOfULInt_ContainsOneOf (Function) Assert_ArrayOfULInt_ContainsSequence (Function) Assert_ArrayOfULInt_Equal (Function) Assert_ArrayOfULInt_NotEqual (Function)
USINT ¶ Assert_ArrayOfUSInt_Contains (Function) Assert_ArrayOfUSInt_ContainsAllOf (Function) Assert_ArrayOfUSInt_ContainsNoneOf (Function) Assert_ArrayOfUSInt_ContainsNot (Function) Assert_ArrayOfUSInt_ContainsOneOf (Function) Assert_ArrayOfUSInt_ContainsSequence (Function) Assert_ArrayOfUSInt_Equal (Function) Assert_ArrayOfUSInt_NotEqual (Function)
WORD ¶ Assert_ArrayOfWord_Contains (Function) Assert_ArrayOfWord_ContainsAllOf (Function) Assert_ArrayOfWord_ContainsNoneOf (Function) Assert_ArrayOfWord_ContainsNot (Function) Assert_ArrayOfWord_ContainsOneOf (Function) Assert_ArrayOfWord_ContainsSequence (Function) Assert_ArrayOfWord_Equal (Function) Assert_ArrayOfWord_NotEqual (Function)
String ¶ STRING Assert_ArrayOfString_Contains (Function) Assert_ArrayOfString_ContainsAllOf (Function) Assert_ArrayOfString_ContainsNoneOf (Function) Assert_ArrayOfString_ContainsNot (Function) Assert_ArrayOfString_ContainsOneOf (Function) Assert_ArrayOfString_ContainsSequence (Function) Assert_ArrayOfString_Equal (Function) Assert_ArrayOfString_NotEqual (Function) WSTRING Assert_ArrayOfWString_Contains (Function) Assert_ArrayOfWString_ContainsAllOf (Function) Assert_ArrayOfWString_ContainsNoneOf (Function) Assert_ArrayOfWString_ContainsNot (Function) Assert_ArrayOfWString_ContainsOneOf (Function) Assert_ArrayOfWString_ContainsSequence (Function) Assert_ArrayOfWString_Equal (Function) Assert_ArrayOfWString_NotEqual (Function)
STRING ¶ Assert_ArrayOfString_Contains (Function) Assert_ArrayOfString_ContainsAllOf (Function) Assert_ArrayOfString_ContainsNoneOf (Function) Assert_ArrayOfString_ContainsNot (Function) Assert_ArrayOfString_ContainsOneOf (Function) Assert_ArrayOfString_ContainsSequence (Function) Assert_ArrayOfString_Equal (Function) Assert_ArrayOfString_NotEqual (Function)
Assert_ArrayOfBool_Contains (FUN) ¶ FUNCTION Assert_ArrayOfBool_Contains : BOOL Assertion function to check that an ARRAY OF BOOL contains a specific value InOut: Scope Name Type Initial Comment Return Assert_ArrayOfBool_Contains BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue BOOL The value that should be contained actualArray POINTER TO BOOL The array to check wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .
Assert_ArrayOfBool_ContainsNot (FUN) ¶ FUNCTION Assert_ArrayOfBool_ContainsNot : BOOL Assertion function to check that an ARRAY OF BOOL does not contain a specific value InOut: Scope Name Type Initial Comment Return Assert_ArrayOfBool_ContainsNot BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue BOOL The value that should not be contained actualArray POINTER TO BOOL The array to check wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .
DATE ¶ Assert_Date_Equal (Function) Assert_Date_Greater (Function) Assert_Date_GreaterEqual (Function) Assert_Date_Less (Function) Assert_Date_LessEqual (Function) Assert_Date_NotEqual (Function)
Assert_Date_Equal (FUN) ¶ FUNCTION Assert_Date_Equal : BOOL Assertion function to check equality of two values of type DATE InOut: Scope Name Type Initial Comment Return Assert_Date_Equal BOOL TRUE if the assertion passes succesfully, FALSE otherwise Input context IBaseIecUnitTest The instance of the test function block calling this function. This instance can be provided by using THIS^ . referenceValue DATE The expected value actualValue DATE The value to check wsErrorMsg WSTRING(Constants.WSTRING_LENGTH) “” A custom error message, that is added to the error message of the assertion itself. If this parameter is used, it is recommended to adapt the value of the library parameter Constants.WSTRING_LENGTH .