Assert_Bool_IsFalse (FUN) ¶ FUNCTION Assert_Bool_IsFalse : BOOL Assertion function to check that a given value or expression of type BOOL evaluates to FALSE InOut: Scope Name Type Initial Comment Return Assert_Bool_IsFalse 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^ . actualValue BOOL 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_Bool_IsTrue (FUN) ¶ FUNCTION Assert_Bool_IsTrue : BOOL Assertion function to check that a given value or expression of type BOOL evaluates to TRUE InOut: Scope Name Type Initial Comment Return Assert_Bool_IsTrue 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^ . actualValue BOOL 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_Bool_NotEqual (FUN) ¶ FUNCTION Assert_Bool_NotEqual : BOOL Assertion function to check unequality of two values of type BOOL InOut: Scope Name Type Initial Comment Return Assert_Bool_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 BOOL The reference value actualValue BOOL 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 ¶ 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) 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) LDATE Assert_LDate_Equal (Function) Assert_LDate_Greater (Function) Assert_LDate_GreaterEqual (Function) Assert_LDate_Less (Function) Assert_LDate_LessEqual (Function) Assert_LDate_NotEqual (Function) LDATE_AND_TIME Assert_LDateAndTime_Equal (Function) Assert_LDateAndTime_Greater (Function) Assert_LDateAndTime_GreaterEqual (Function) Assert_LDateAndTime_Less (Function) Assert_LDateAndTime_LessEqual (Function) Assert_LDateAndTime_NotEqual (Function) LTIME Assert_LTime_Equal (Function) Assert_LTime_Greater (Function) Assert_LTime_GreaterEqual (Function) Assert_LTime_Less (Function) Assert_LTime_LessEqual (Function) Assert_LTime_NotEqual (Function) LTIME_OF_DAY Assert_LTimeOfDay_Equal (Function) Assert_LTimeOfDay_Greater (Function) Assert_LTimeOfDay_GreaterEqual (Function) Assert_LTimeOfDay_Less (Function) Assert_LTimeOfDay_LessEqual (Function) Assert_LTimeOfDay_NotEqual (Function) TIME Assert_Time_Equal (Function) Assert_Time_Greater (Function) Assert_Time_GreaterEqual (Function) Assert_Time_Less (Function) Assert_Time_LessEqual (Function) Assert_Time_NotEqual (Function) TIME_OF_DAY Assert_TimeOfDay_Equal (Function) Assert_TimeOfDay_Greater (Function) Assert_TimeOfDay_GreaterEqual (Function) Assert_TimeOfDay_Less (Function) Assert_TimeOfDay_LessEqual (Function) Assert_TimeOfDay_NotEqual (Function)
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_LTime_NotEqual (FUN) ¶ FUNCTION Assert_LTime_NotEqual : BOOL Assertion function to check unequality of two values of type LTIME InOut: Scope Name Type Initial Comment Return Assert_LTime_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 LTIME The reference value actualValue LTIME 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 .
LTIME_OF_DAY ¶ Assert_LTimeOfDay_Equal (Function) Assert_LTimeOfDay_Greater (Function) Assert_LTimeOfDay_GreaterEqual (Function) Assert_LTimeOfDay_Less (Function) Assert_LTimeOfDay_LessEqual (Function) Assert_LTimeOfDay_NotEqual (Function)
Assert_LTimeOfDay_Equal (FUN) ¶ FUNCTION Assert_LTimeOfDay_Equal : BOOL Assertion function to check equality of two values of type LTIME_OF_DAY InOut: Scope Name Type Initial Comment Return Assert_LTimeOfDay_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 LTIME_OF_DAY The expected value actualValue LTIME_OF_DAY 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_LTimeOfDay_Greater (FUN) ¶ FUNCTION Assert_LTimeOfDay_Greater : BOOL Assertion function to check that a value of LTIME_OF_DAY is greater then the given threshold InOut: Scope Name Type Initial Comment Return Assert_LTimeOfDay_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 LTIME_OF_DAY The value indicating the threshold actualValue LTIME_OF_DAY 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_LTimeOfDay_GreaterEqual (FUN) ¶ FUNCTION Assert_LTimeOfDay_GreaterEqual : BOOL Assertion function to check that a value of LTIME_OF_DAY is greater or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_LTimeOfDay_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 LTIME_OF_DAY The value indicating the threshold actualValue LTIME_OF_DAY 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 .