SASUnit Examples  Version 1.5.0
_reporttreehtml.sas File Reference

create the table of contents on the left side of the HTML report as a tree More...

Go to the source code of this file.

Detailed Description

create the table of contents on the left side of the HTML report as a tree

structure: <project> Scenarios <each test="" scenario>=""> <each test="" case>=""> <each test>=""> Units under Test <each autocall="" path>=""> <each units="" under="" test>=""> <each test="" case>=""> <each test>="">

Version
$Revision: 369 $
Author
$Author: klandwich $
Date
$Date: 2014-12-30 12:22:59 +0100 (Di, 30 Dez 2014) $
See Also
For further information please refer to SASUnit User's Guide
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_reporttreehtml.sas $
Parameters
i_repdatainput dataset (created in reportSASUnit.sas)
o_htmltest report in HTML format
Returns
results will be written to folder &g_target/rep

Definition in file _reporttreehtml.sas.