SASUnit Examples  Version 1.2
assertequals.sas File Reference

Check whether there are differences between the value of a macro variable and an expected character string. More...

Go to the source code of this file.

Detailed Description

Check whether there are differences between the value of a macro variable and an expected character string.

Please refer to SASUnit User's Guide

Version
$Revision: 129 $
Author
$Author: klandwich $
Date
$Date: 2013-01-29 10:46:03 +0100 (Di, 29 Jan 2013) $
See Also
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/assertequals.sas $
Parameters
i_expectedexpected value
i_actualactual value
i_descdescription of the assertion to be checked
i_fuzzoptional: maximal deviation of expected and actual values, only for numerical values

Definition in file assertequals.sas.