HMS-Analytical-Software / SASUnit

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.
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Provide generic assertions #7

Open SamuelMelm opened 1 year ago

SamuelMelm commented 1 year ago

With a generic Assertion “assert_that” and the following checks shoud be possible:

%LET expected = 4; %LET actual  = 2; %assert_that( &actual., &is, &expected )

(Oliver Thieleman)


Originally created on SourceForge by amangold - 15.07.2012, 23:51

SamuelMelm commented 1 year ago

see also ticket #21 https://sourceforge.net/p/sasunit/bugs/21/


Originally created on SourceForge by menrath - 16.07.2012, 13:03