| SASUnit Examples
    Version 1.3.0
    | 
Check whether there are differences between the value of a macro variable and an expected value. More...
Go to the source code of this file.
Check whether there are differences between the value of a macro variable and an expected value.
The values can be character string or numerical. 
 Optionally one can define a deviation for numerical values so that the values can be deviating from each other less than a maximal deviation of i_fuzz.
| i_expected | expected value | 
| i_actual | actual value | 
| i_desc | description of the assertion to be checked default: "Compare Values" | 
| i_fuzz | optional: maximal deviation of expected and actual values, only for numerical values | 
Definition in file assertequals.sas.