SASUnit Examples  Version 1.2.1
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.

Please refer to SASUnit User's Guide

internally:

  • Insertion of relevant data into the test repository
  • Redirection of SAS log
  • Setting of flag g_inTestcase
Version
$Revision: 129 $
Author
$Author: klandwich $
Date
$Date: 2013-01-29 10:46:03 +0100 (Di, 29 Jan 2013) $
See Also
$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

Definition in file inittestcase.sas.