Test

20 Résultats disponibles

Test
Testing SAS Viya Job Execution and Management Macros

This SAS script is a unit test that validates the proper functioning of macros for creating, executing, awaiting comp...

View code
Test
Test of the _nobs.sas macro

Unit test script to validate the behavior of the '_nobs.sas' macro in various scenarios.

View code
Test
Test of the mp_sortinplace macro

This SAS script runs unit tests for the `%mp_sortinplace` macro which sorts a SAS table in place, managing or not the...

View code
Test
Unit tests for the mp_makedata macro

Validation script for the mp_makedata data generation macro.

View code
Test
Sans titre

This script tests the functionality of the `mp_getformats` macro by creating temporary format libraries, defining SAS...

View code
Test
Test of the mp_dirlist macro for directory listing

This script tests the functionality of the `%mp_dirlist` macro by creating a temporary directory structure, placing a...

View code
Test
Test of the mp_base64copy macro

This SAS script tests the `mp_base64copy` macro for encoding and decoding strings, including multi-byte characters, a...

View code
Test
Test of the mfs_httpheader macro

This script tests the functionality of the `%mfs_httpheader` macro which is used to define HTTP headers. It verifies ...

View code
Test
Test of the mf_writefile macro

This SAS script is a unit test for the `%mf_writefile` macro. It validates its ability to create, overwrite, and appe...

View code
Test
Unit test of the mf_getvarlist macro

This SAS script tests the functionality of the `mf_getvarlist` macro by checking its behavior with different options ...

View code
Test
Unit Tests for %mf_getapploc

This script executes a series of unit tests to validate the behavior of the `%mf_getapploc` macro, which is designed ...

View code
Test
Test of the _issueasserterrormessage macro

This SAS script tests the behavior of the `_issueasserterrormessage.sas` macro within the SASUnit framework. It verif...

View code
Test
Test of _issueassertinfomessage.sas

SASUnit test script to verify the behavior of the `_issueassertinfomessage.sas` macro.

View code
Test
Test of _issueassertwarningmessage.sas

This SAS script is a test case for the SASUnit macro `_issueassertwarningmessage.sas`. It verifies that the macro cor...

View code
Test
Unit Test Skeleton

Script template containing commented assertion examples for writing unit tests.

View code
Test
Test of the _existVar.sas macro

This SAS script tests the functionality of the _existVar.sas macro, which is designed to check the existence and type...

View code
Test
Test of the _existDir.sas macro

This SAS script is a unit test for the `_existDir.sas` macro, verifying directory existence.

View code
Test
Test of the _detectSymbols macro

This SAS script is a unit test for the `_detectSymbols` macro, verifying its ability to correctly set global symbols ...

View code
Test
Test of the _createScnLogConfigTemplate macro

This script is a SASUnit test case for the utility macro `_createScnLogConfigTemplate.sas`. It verifies the correct c...

View code
Test
Test of the _checkRunEnvironment.sas macro

This script is a unit test for the SAS macro `_checkRunEnvironment.sas`, which is part of the SASUnit testing framewo...

View code