_sasunit_doc.sas [code] | Documentation of SASUnit, the unit testing framework for SAS(TM)-programs |
assertcolumns.sas [code] | Check whether there are differences between the values of the columns of two sas data sets (PROC COMPARE) |
assertequals.sas [code] | Check whether there are differences between the value of a macro variable and an expected character string |
assertlibrary.sas [code] | Check whether all files are identical in the libraries i_expcected and i_actual |
assertlog.sas [code] | Check whether errors or warnings appear in the log |
assertlogmsg.sas [code] | Check whether a certain message appears in the log |
assertreport.sas [code] | Check whether a report file exists and was created during the current SAS session |
boxplot.sas [code] | Create boxplot for two groups |
boxplot_test.sas [code] | Tests for boxplot.sas |
doxygroups.sas [code] | |
endtestcall.sas [code] | Ends an invocation of a program under test |
endtestcase.sas [code] | Ends a test case |
generate.sas [code] | Partition a SAS dataset by groups, one data set per group |
generate_test.sas [code] | Tests for generate.sas |
getvars.sas [code] | Return variable names for a SAS dataset |
getvars_test.sas [code] | Tests for getvars.sas |
initsasunit.sas [code] | Initialization of a test suite that may comprise several test scenarios |
inittestcase.sas [code] | Start of a new test case that comprises an invocation of a program under test and one or more assertions |
nobs.sas [code] | Return number of observations in a SAS dataset |
nobs_test.sas [code] | Tests for nobs.sas |
regression.sas [code] | Linear regression analysis - example for SASUnit |
regression_test.sas [code] | Tests for regression.sas (Windows only) |
report_de.sas [code] | Create german report in separate subfolder |
reportsasunit.sas [code] | Creation of a test report |
run_all.sas [code] | Run all test scenarios for SASUnit example project |
runsasunit.sas [code] | Invokes one or more test scenarios |