initsasunit.sas File Reference


Detailed Description

Initialization of a test suite that may comprise several test scenarios.

Please refer to the description of the test tools in _sasunit_doc.sas.

An existing test repository is opened or a new test repository is created..

Version:
$Revision: 11 $
Author:
$Author: amangold $
Date:
$Date: 2010-08-03 10:13:41 +0200 (Di, 03 Aug 2010) $
See also:
$HeadURL: https://sasunit.svn.sourceforge.net/svnroot/sasunit/trunk/saspgm/sasunit/initsasunit.sas $
Parameters:
i_root optional: root path for all other paths, is used for paths that do not begin with a drive letter or a slash/backslash
io_target Path for the test repository and the generated documentation, has to exist
i_overwrite 0 (default) .. create test repository only in case it does not already exist 1 .. test repository is always created newly
i_project optional (in case test repository already exists): name of project
i_sasunit optional (in case test repository already exists): path of SAS programs from SASUnit
i_sasautos optional: i_sasautos, i_sasautos1 .. i_sasautos9: search paths for the programs under test and other sas macros invoked in test scenarios or programs under test (the filename SASAUTOS predefined by SAS is always included at the beginning of the search path)
i_autoexec optional: a SAS program that is always invoked before a start of a test scenario
i_sascfg optional: a SAS configuration file that is used for every invocation of a test scenario
i_sasuser optional: Template for a SASUSER directory including configuration catalogs. A temporary SASUSER directory is created, existing only for the duration of a test scenario, in which all files are copied out of the specified directory.
i_testdata optional: directory containing test data, has to exist in case parameter is set (is accessed readonly)
i_refdata optional: directory containing reference data, has to exist in case parameter is set (is accessed readonly)
i_doc optional: directory containing specification documents, etc., has to exist in case parameter is set (is accessed readonly)

Definition in file initsasunit.sas.

Go to the source code of this file.


Generated on Sun Oct 10 14:10:15 2010 for SASUnit Examples by  doxygen 1.5.3