base » assertVarsNotPresent(vars)
Description
This command asserts that none of the specified data variables (denoted as vars
) exists in the current execution.
This list of data variable names is be to separated by nexial.textDelim
.
Notes:
vars
represent a list of data variable names, not their respective values (i.e. not${...}
).- this command supersedes its predecessor, base ยป
assertVarNotPresent(var)
, since it supports both single data variable and multiple data variable checks.
Parameters
- vars - a list of data variable names to assert, separated
by
nexial.textDelim
.
Example
See example in assertVarsPresent(vars)