Files | |
| file | _sasunit_doc.sas [code] |
| Documentation of SASUnit, the unit testing framework for SAS(TM)-programs. | |
| file | assertcolumns.sas [code] |
| Check whether there are differences between the values of the columns of two sas data sets (PROC COMPARE). | |
| file | assertequals.sas [code] |
| Check whether there are differences between the value of a macro variable and an expected character string. | |
| file | assertlibrary.sas [code] |
| Check whether all files are identical in the libraries i_expcected and i_actual. | |
| file | assertlog.sas [code] |
| Check whether errors or warnings appear in the log. | |
| file | assertlogmsg.sas [code] |
| Check whether a certain message appears in the log. | |
| file | assertreport.sas [code] |
| Check whether a report file exists and was created during the current SAS session. | |
| file | endtestcall.sas [code] |
| Ends an invocation of a program under test. | |
| file | endtestcase.sas [code] |
| Ends a test case. | |
| file | initsasunit.sas [code] |
| Initialization of a test suite that may comprise several test scenarios. | |
| file | inittestcase.sas [code] |
| Start of a new test case that comprises an invocation of a program under test and one or more assertions. | |
| file | reportsasunit.sas [code] |
| Creation of a test report. | |
| file | runsasunit.sas [code] |
| Invokes one or more test scenarios. | |
1.5.3