SASUnit Examples  Version 1.2.1
_sasunit_asserts.sas File Reference

Called by assert macros, fills table tst. More...

Go to the source code of this file.

Detailed Description

Called by assert macros, fills table tst.

Version
$Revision: 106 $
Author
$Author: b-braun $
Date
$Date: 2013-01-10 14:59:21 +0100 (Do, 10 Jan 2013) $
See Also
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_sasunit_asserts.sas $
Parameters
i_typetype of check, name of the calling assert macro
i_expectedexpected value
i_actualactual value
i_descdescription of the check
i_resultresult 0 .. OK, 1 .. not OK, 2 .. manual check
r_casidoptional: return number of current test case
r_tstidoptional: return number of this check within test case

Definition in file _sasunit_asserts.sas.