SASUnit Examples  Version 1.5.0
assertreport.sas File Reference

Check whether a report file exists and was created during the current SAS session. More...

Go to the source code of this file.

Detailed Description

Check whether a report file exists and was created during the current SAS session.

It is possible to write an instruction into the test protocol indicating the need to perform a manual check of the report.
Writes an entry into the test repository indicating the need to perform a manual check of the report and copies the report and a given report template (optional).

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/assertreport.sas $
Parameters
i_expectedoptional: file name for the expected file (full path or file in &g_refdata)
i_actualfile name for created report file (full path!)
i_descdescription of the assertion to be checked
default: "Compare documents"
i_manual1: in case of a positive check result, write an entry indicating a manual check (empty rectangle).
0: in case of a positive check result, write an entry indicating OK (green hook).
default: 1

Definition in file assertreport.sas.