SASUnit Examples  Version 1.5.0
_checkscenario.sas File Reference

determine whether a test scenario has to be executed More...

Go to the source code of this file.

Detailed Description

determine whether a test scenario has to be executed

conditions when test scenario has to be executed

  • new test scenario
  • test scenario has been changed since last run
  • test scenario contains a test case, where the unit under test (SAS program to be tested) has been changed since last execution of the scenario
  • test scenario contains a unit under test which does not exist (scenario has to be executed so that this will be noticed)
  • a calling program of units under test has been changed
Parameters
i_examineeData set containing all SASUnit macros, test scenarios and units under test
i_scn_preData set containing all test scenarios
i_dependencyData set containing information about the calling hierarchy
i_scenariosToRunData set created in this macro holding information about scenarios that have to run (all data sets created in runsasunit)

Further more the result data set dependency from macro _crossreference in work is used

Version
$Revision: 346 $
Author
$Author: klandwich $
Date
$Date: 2014-11-16 06:51:26 +0100 (So, 16 Nov 2014) $
See Also
For further information please refer to SASUnit User's Guide
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_checkscenario.sas $

Definition in file _checkscenario.sas.