| SASUnit Examples
    Version 1.2.1
    | 
Assertions compare actual outcomes to expectations. More...
| Files | |
| file | assertcolumns.sas | 
| Check whether there are differences between the values of the columns of two sas data sets (PROC COMPARE). | |
| file | assertequals.sas | 
| Check whether there are differences between the value of a macro variable and an expected character string. | |
| file | assertlibrary.sas | 
| Check whether all files are identical in the libraries i_expcected and i_actual. | |
| file | assertlog.sas | 
| Check whether errors or warnings appear in the log. | |
| file | assertlogmsg.sas | 
| Check whether a certain message appears in the log. | |
| file | assertperformance.sas | 
| Check whether runtime of the testcase is below or equal a given limit. | |
| file | assertreport.sas | 
| Check whether a report file exists and was created during the current SAS session. | |
Assertions compare actual outcomes to expectations.