INT ¶ Assert_ArrayOfInt_Contains (Function) Assert_ArrayOfInt_ContainsAllOf (Function) Assert_ArrayOfInt_ContainsNoneOf (Function) Assert_ArrayOfInt_ContainsNot (Function) Assert_ArrayOfInt_ContainsOneOf (Function) Assert_ArrayOfInt_ContainsSequence (Function) Assert_ArrayOfInt_Equal (Function) Assert_ArrayOfInt_NotEqual (Function)
LINT ¶ Assert_ArrayOfLInt_Contains (Function) Assert_ArrayOfLInt_ContainsAllOf (Function) Assert_ArrayOfLInt_ContainsNoneOf (Function) Assert_ArrayOfLInt_ContainsNot (Function) Assert_ArrayOfLInt_ContainsOneOf (Function) Assert_ArrayOfLInt_ContainsSequence (Function) Assert_ArrayOfLInt_Equal (Function) Assert_ArrayOfLInt_NotEqual (Function)
LWORD ¶ Assert_ArrayOfLWord_Contains (Function) Assert_ArrayOfLWord_ContainsAllOf (Function) Assert_ArrayOfLWord_ContainsNoneOf (Function) Assert_ArrayOfLWord_ContainsNot (Function) Assert_ArrayOfLWord_ContainsOneOf (Function) Assert_ArrayOfLWord_ContainsSequence (Function) Assert_ArrayOfLWord_Equal (Function) Assert_ArrayOfLWord_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 .
Assert_Date_Greater (FUN) ¶ FUNCTION Assert_Date_Greater : BOOL Assertion function to check that a value of DATE is greater then the given threshold InOut: Scope Name Type Initial Comment Return Assert_Date_Greater 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 value indicating the threshold 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 .
Assert_Date_GreaterEqual (FUN) ¶ FUNCTION Assert_Date_GreaterEqual : BOOL Assertion function to check that a value of DATE is greater or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_Date_GreaterEqual 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 value indicating the threshold 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 .
Assert_Date_Less (FUN) ¶ FUNCTION Assert_Date_Less : BOOL Assertion function to check that a value of DATE is less then the given threshold InOut: Scope Name Type Initial Comment Return Assert_Date_Less 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 value indicating the threshold 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 .
Assert_Date_LessEqual (FUN) ¶ FUNCTION Assert_Date_LessEqual : BOOL Assertion function to check that a value of DATE is less or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_Date_LessEqual 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 value indicating the threshold 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 .
Assert_Date_NotEqual (FUN) ¶ FUNCTION Assert_Date_NotEqual : BOOL Assertion function to check unequality of two values of type DATE InOut: Scope Name Type Initial Comment Return Assert_Date_NotEqual 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 reference 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 .
DATE_AND_TIME ¶ Assert_DateAndTime_Equal (Function) Assert_DateAndTime_Greater (Function) Assert_DateAndTime_GreaterEqual (Function) Assert_DateAndTime_Less (Function) Assert_DateAndTime_LessEqual (Function) Assert_DateAndTime_NotEqual (Function)