Assert_LDateAndTime_GreaterEqual (FUN) ¶ FUNCTION Assert_LDateAndTime_GreaterEqual : BOOL Assertion function to check that a value of LDATE_AND_TIME is greater or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_LDateAndTime_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 LDATE_AND_TIME The value indicating the threshold actualValue LDATE_AND_TIME 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_LDateAndTime_Less (FUN) ¶ FUNCTION Assert_LDateAndTime_Less : BOOL Assertion function to check that a value of LDATE_AND_TIME is less then the given threshold InOut: Scope Name Type Initial Comment Return Assert_LDateAndTime_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 LDATE_AND_TIME The value indicating the threshold actualValue LDATE_AND_TIME 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_LDateAndTime_LessEqual (FUN) ¶ FUNCTION Assert_LDateAndTime_LessEqual : BOOL Assertion function to check that a value of LDATE_AND_TIME is less or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_LDateAndTime_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 LDATE_AND_TIME The value indicating the threshold actualValue LDATE_AND_TIME 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)
Assert_DateAndTime_Equal (FUN) ¶ FUNCTION Assert_DateAndTime_Equal : BOOL Assertion function to check equality of two values of type DATE_AND_TIME InOut: Scope Name Type Initial Comment Return Assert_DateAndTime_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 DT The expected value actualValue DT 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_DateAndTime_Greater (FUN) ¶ FUNCTION Assert_DateAndTime_Greater : BOOL Assertion function to check that a value of DATE_AND_TIME is greater then the given threshold InOut: Scope Name Type Initial Comment Return Assert_DateAndTime_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 DT The value indicating the threshold actualValue DT 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 .