SASUnit Examples  Version 1.5.0
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.

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

Version
$Revision: 316 $
Author
$Author: akirchmann $
Date
$Date: 2014-03-02 10:20:58 +0100 (So, 02 Mrz 2014) $
See Also
For further information please refer to SASUnit User's Guide Here you can find the SASUnit documentation, release notes and license information.
$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: "Scan log for errors"

Definition in file assertlog.sas.