SASUnit Examples  Version 1.2.1
_sasunit_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: 106 $
Author
$Author: b-braun $
Date
$Date: 2013-01-10 14:59:21 +0100 (Do, 10 Jan 2013) $
See Also
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_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 _sasunit_reporttreehtml.sas.