SASUnit Examples  Version 1.2.1
reportsasunit.sas File Reference

Creation of a test report. More...

Go to the source code of this file.

Detailed Description

Creation of a test report.

Please refer to SASUnit User's Guide

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/reportsasunit.sas $
Parameters
i_languageLanguage of the report (DE, EN) - refer to _sasunit_nls
o_htmlTest report in HTML-format?
o_force0 .. (default) incremental, 1 .. create complete report
o_output(optional) full path of the directory in which the test report is created. If the parameter is not set, the subdirectory rep of the test repository is used.
Returns
Results are created in the subdirectory rep of the test repository or in the directory specified by parameter o_output.

Definition in file reportsasunit.sas.