SASUnit Examples  Version 1.5.0
_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: 315 $
Author
$Author: klandwich $
Date
$Date: 2014-02-28 10:25:18 +0100 (Fr, 28 Feb 2014) $
See Also
For further information please refer to SASUnit User's Guide
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/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 .. manual check, 2 .. not OK
i_errMsgoptional: custom error message describinng the reason of the failure. Used to show up in jenkins output.
Message will be prefixed by '<assertType> failed: '.
r_casidoptional: return number of current test case
r_tstidoptional: return number of this check within test case

Definition in file _asserts.sas.