SASUnit Examples  Version 1.5.0
run_all.sas File Reference

Run all test scenarios for SASUnit example project. More...

Go to the source code of this file.

Detailed Description

Run all test scenarios for SASUnit example project.

(see also SASUnit User's Guide)
Initialize SASUnit (open test repository or create when needed) with initSASUnit.sas

  • set project name
  • set root path for convenience (all other paths can be relative to root path)
  • set paths for SASUnit macro library, test repository, units under test, test data, reference data

Run all test scenarios in folder example (suffix _test.sas) with runSASUnit.sas where the test scenario or the unit under test has been changed since previous run.

Create or recreate necessary HTML pages in the test report with reportSASUnit.sas.

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/example/saspgm/run_all.sas $

Definition in file run_all.sas.