Determines and returns the path for test subfolders.
More...
Go to the source code of this file.
Determines and returns the path for test subfolders.
- Version
- $Revision: 316 $
- Author
- $Author: akirchmann $
- Date
- $Date: 2014-03-02 10:20:58 +0100 (So, 02 Mrz 2014) $
- See Also
- For further details 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/_gettestsubfolder.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_assertType | Type of assert for which the subfolder should be returned |
i_root | path to which the folder should be appended (optional: Default=sysfunc(pathname(testout))) |
i_scnid | Current scenario id |
i_casid | Current test case is |
i_tstid | Current assert id |
- Return values
-
r_path | Complete absolute path for test outputs |
Definition in file _gettestsubfolder.sas.