Published on :
Macro CREATION_INTERNE

SAS Unit Test Template

This code is also available in: Deutsch Español Français
This file contains commented instructions serving as a template for adding unit tests. It suggests using assertion macros like %asserteq and %assertne, likely related to a testing framework like SASUnit.
Data Analysis

Type : CREATION_INTERNE


No data is manipulated; the code consists only of comments.

1 Code Block
MACRO
Explanation :
Comments indicating the location to write tests and providing examples of assertion macro calls.
Copied!
1%*Please write test code here;;
2%*%asserteq( ,%sas_str_gc());
3%*%assertne( ,%sas_str_gc());
4%*%assertref( );
This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.