SASUnit Examples  Version 1.5.0
inittestcase.sas File Reference

Start of a new test case that comprises an invocation of a program under test and one or more assertions. More...

Go to the source code of this file.

Detailed Description

Start of a new test case that comprises an invocation of a program under test and one or more assertions.

internally:

  • Insertion of relevant data into the test repository
  • Redirection of SAS log
  • Setting of flag g_inTestcase
Version
$Revision: 316 $
Author
$Author: akirchmann $
Date
$Date: 2014-03-02 10:20:58 +0100 (So, 02 Mrz 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/inittestcase.sas $
Parameters
i_objectsource code file of program under test, is searched in the AUTOCALL path in case only the name of the source code file is given, without path information
i_descdescription of the test case
i_specdocoptional: path of specification document
Returns
Information on current testcase in macro variables

Definition in file inittestcase.sas.