SASUnit Examples  Version 1.2
assertlog.sas File Reference

Check whether errors or warnings appear in the log. More...

Go to the source code of this file.

Detailed Description

Check whether errors or warnings appear in the log.

Please refer to SASUnit User's Guide

If number of errors and warnings does not appear in the log as expected, the check of the assertion will fail.

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/assertlog.sas $
Parameters
i_errorsnumber of errors, default 0
i_warningsnumber of warnings, default 0
i_descdescription of the assertion to be checked, default value: "Scan for log message"

Definition in file assertlog.sas.