Creation of a test report.
More...
Go to the source code of this file.
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 $
- Copyright
- Copyright 2010, 2012 HMS Analytical Software GmbH. This file is part of SASUnit, the Unit testing framework for SAS(R) programs. For terms of usage under the GPL license see included file readme.txt or https://sourceforge.net/p/sasunit/wiki/readme.v1.2/.
- Parameters
-
i_language | Language of the report (DE, EN) - refer to _nls |
o_html | Test report in HTML-format? |
o_junit | Test report in JUNIT-XML-format? |
o_force | 0 .. (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.