Create an assertion that validates the output does not contain a specific substring.
Usage
assert_not_contains(
field = NULL,
pattern,
ignore_case = FALSE,
type = c("assert", "suggest")
)Create an assertion that validates the output does not contain a specific substring.
assert_not_contains(
field = NULL,
pattern,
ignore_case = FALSE,
type = c("assert", "suggest")
)