SASUnit is a unit testing framework for SAS(TM)-programs. It can be used for the development, execution and automatic documentation of tests for SAS programs.
Full reporting is not always necessary. In some cases, it is sufficient to have results of checks written to the saslog. It should therefore be possible to start test scenarios directly and not have them spawned in a separate SAS session from the control environment.
Initsasunit with the sole parameter runmode=inline at the start of a test scenario initiates a special run mode where
Calls to other SASUnit macros than assertions are being ignored
Nothing is being written to the test database and no files are being copied
Results of assertions are being written only to the saslog, see [#43]
Originally created on SourceForge by amangold - 20.07.2012, 23:05
Full reporting is not always necessary. In some cases, it is sufficient to have results of checks written to the saslog. It should therefore be possible to start test scenarios directly and not have them spawned in a separate SAS session from the control environment.
Initsasunit with the sole parameter runmode=inline at the start of a test scenario initiates a special run mode where
Originally created on SourceForge by amangold - 20.07.2012, 23:05