Assert_LTime_Less (FUN) ¶ FUNCTION Assert_LTime_Less : BOOL Assertion function to check that a value of LTIME is less then the given threshold InOut: Scope Name Type Initial Comment Return Assert_LTime_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 LTIME The value indicating the threshold 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 .
Assert_LTime_LessEqual (FUN) ¶ FUNCTION Assert_LTime_LessEqual : BOOL Assertion function to check that a value of LTIME is less or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_LTime_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 LTIME The value indicating the threshold 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 .
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)
Bool ¶ Assert_Bool_Equal (Function) Assert_Bool_IsFalse (Function) Assert_Bool_IsTrue (Function) Assert_Bool_NotEqual (Function)
Assert_Bool_Equal (FUN) ¶ FUNCTION Assert_Bool_Equal : BOOL Assertion function to check equality of two values of type BOOL InOut: Scope Name Type Initial Comment Return Assert_Bool_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 BOOL The expected 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 .
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)