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 .
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)