Assert_UInt_GreaterEqual (FUN) ¶ FUNCTION Assert_UInt_GreaterEqual : BOOL Assertion function to check that a value of UINT is greater or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_UInt_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 UINT The value indicating the threshold actualValue UINT 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_UInt_Less (FUN) ¶ FUNCTION Assert_UInt_Less : BOOL Assertion function to check that a value of UINT is less then the given threshold InOut: Scope Name Type Initial Comment Return Assert_UInt_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 UINT The value indicating the threshold actualValue UINT 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_UInt_LessEqual (FUN) ¶ FUNCTION Assert_UInt_LessEqual : BOOL Assertion function to check that a value of UINT is less or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_UInt_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 UINT The value indicating the threshold actualValue UINT 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_UInt_NotEqual (FUN) ¶ FUNCTION Assert_UInt_NotEqual : BOOL Assertion function to check unequality of two values of type UINT InOut: Scope Name Type Initial Comment Return Assert_UInt_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 UINT The reference value actualValue UINT 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 .
ULINT ¶ Assert_ULInt_Equal (Function) Assert_ULInt_Greater (Function) Assert_ULInt_GreaterEqual (Function) Assert_ULInt_Less (Function) Assert_ULInt_LessEqual (Function) Assert_ULInt_NotEqual (Function)
Assert_ULInt_Equal (FUN) ¶ FUNCTION Assert_ULInt_Equal : BOOL Assertion function to check equality of two values of type ULINT InOut: Scope Name Type Initial Comment Return Assert_ULInt_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 ULINT The expected value actualValue ULINT 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_ULInt_Greater (FUN) ¶ FUNCTION Assert_ULInt_Greater : BOOL Assertion function to check that a value of ULINT is greater then the given threshold InOut: Scope Name Type Initial Comment Return Assert_ULInt_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 ULINT The value indicating the threshold actualValue ULINT 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_UDInt_Equal (FUN) ¶ FUNCTION Assert_UDInt_Equal : BOOL Assertion function to check equality of two values of type UDINT InOut: Scope Name Type Initial Comment Return Assert_UDInt_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 UDINT The expected value actualValue UDINT 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_UDInt_Greater (FUN) ¶ FUNCTION Assert_UDInt_Greater : BOOL Assertion function to check that a value of UDINT is greater then the given threshold InOut: Scope Name Type Initial Comment Return Assert_UDInt_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 UDINT The value indicating the threshold actualValue UDINT 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_UDInt_GreaterEqual (FUN) ¶ FUNCTION Assert_UDInt_GreaterEqual : BOOL Assertion function to check that a value of UDINT is greater or equal the given threshold InOut: Scope Name Type Initial Comment Return Assert_UDInt_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 UDINT The value indicating the threshold actualValue UDINT 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 .