SASUnit Examples
Version 1.5.0
|
Contains macros for reporting. More...
Files | |
file | _dependency_agg.sas |
Aggregate JSON files to one JavaScript file containing one JSON object. | |
file | _render_assertcolumnsact.sas |
renders the layout of the actual column for assertColumns | |
file | _render_assertcolumnsexp.sas |
renders the layout of the expected column for assertColumns | |
file | _render_assertcolumnsrep.sas |
create reports for assertColumns | |
file | _render_assertequalsact.sas |
renders the layout of the actual column for assertEquals | |
file | _render_assertequalsexp.sas |
renders the layout of the expected column for assertEquals | |
file | _render_assertforeignkeyact.sas |
renders the layout of the actual column for assertForeignKey | |
file | _render_assertforeignkeyexp.sas |
renders the layout of the expected column for assertForeignKey | |
file | _render_assertforeignkeyrep.sas |
create HTML pages for assertForeignKey | |
file | _render_assertlibraryact.sas |
renders the layout of the actual column for assertLibrary | |
file | _render_assertlibraryexp.sas |
renders the layout of the expected column for assertLibrary | |
file | _render_assertlibraryrep.sas |
create HTML pages for assertLibrary | |
file | _render_assertlogact.sas |
renders the layout of the actual column for assertLog | |
file | _render_assertlogexp.sas |
renders the layout of the expected column for assertLog | |
file | _render_assertlogmsgact.sas |
renders the layout of the actual column for assertLogMsg | |
file | _render_assertlogmsgexp.sas |
renders the layout of the expected column for assertLogMsg | |
file | _render_assertperformanceact.sas |
renders the layout of the actual column for assertPerformance | |
file | _render_assertperformanceexp.sas |
renders the layout of the expected column for assertPerformance | |
file | _render_assertprimarykeyact.sas |
renders the layout of the actual column for assertPrimaryKey | |
file | _render_assertprimarykeyexp.sas |
renders the layout of the expected column for assertPrimaryKey | |
file | _render_assertprimarykeyrep.sas |
create HTML pages for assertPrimaryKey | |
file | _render_assertrecordcountact.sas |
renders the layout of the actual column for assertRecordCount | |
file | _render_assertrecordcountexp.sas |
renders the layout of the expected column for assertRecordCount | |
file | _render_assertrecordexistsact.sas |
renders the layout of the actual column for assertRecordExists | |
file | _render_assertrecordexistsexp.sas |
renders the layout of the expected column for assertRecordExists | |
file | _render_assertreportact.sas |
renders the layout of the actual column for assertReport | |
file | _render_assertreportexp.sas |
renders the layout of the expected column for assertReport | |
file | _render_assertreportrep.sas |
copy reports for assertReport and create frame page for comparison where necessary (if two reports have been specified) | |
file | _render_assertrowexpressionact.sas |
renders the layout of the actual column for _render_assertRowExpression | |
file | _render_assertrowexpressionexp.sas |
renders the layout of the expected column for assertRowExpression | |
file | _render_assertrowexpressionrep.sas |
create HTML pages for assertRowExpression | |
file | _render_asserttableexistsact.sas |
renders the layout of the actual column for assertTableExists | |
file | _render_asserttableexistsexp.sas |
renders the layout of the expected column for assertTableExists | |
file | _render_crossrefcolumn.sas |
file | _render_datacolumn.sas |
renders the layout of a generic data column | |
file | _render_iconcolumn.sas |
renders the layout of the icon column | |
file | _render_idcolumn.sas |
renders the layout of any id column | |
file | _reportautonhtml.sas |
create a list of units under test for HTML report | |
file | _reportcashtml.sas |
create a list of test cases for HTML report | |
file | _reportdetailhtml.sas |
create page with detail information of a test case in HTML format | |
file | _reportfooter.sas |
create footer area of an page for reporting | |
file | _reportfooterhtml.sas |
create footer area of an HTML page for reporting | |
file | _reportframehtml.sas |
create frame page for HTML report | |
file | _reportheaderhtml.sas |
create HTML header for a page in the HTML report | |
file | _reporthomehtml.sas |
create home page of HTML report | |
file | _reportjunitxml.sas |
Creation of XML-based test report according to the JUnit-Sepcification. | |
file | _reportloghtml.sas |
convert log-File into HTML page | |
file | _reportpagetophtml.sas |
create HTML header, tabs and title of an HTML page | |
file | _reportscnhtml.sas |
create list of test scenarios for HTML report | |
file | _reporttabshtml.sas |
create tabs on HTML page for report | |
file | _reporttcghtml.sas |
Processes the output of the MCOVERAGE and MCOVERAGELOC system options available in SAS 9.3 in order to assess test coverage. A html representation of a given macro source code file is generated, showing which lines of code were executed during tests. | |
file | _reporttreehtml.sas |
create the table of contents on the left side of the HTML report as a tree | |
file | _scanheader.sas |
file | reportsasunit.sas |
Creation of a test report. | |
Contains macros for reporting.