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

Version
$Revision: 358 $
Author
$Author: klandwich $
Date
$Date: 2014-11-30 10:23:01 +0100 (So, 30 Nov 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/reportsasunit.sas $
Parameters
i_languageLanguage of the report (DE, EN) - refer to _nls
o_htmlTest report in HTML-format?
o_junitTest report in JUNIT-XML-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.