|
kaycxx-test
C++ unit test framework
|
Asserts that a string-like value does not fully match a regular expression.
The regex check is a full-value match. A value can still contain the pattern as a substring and pass this assertion when the complete value does not match.
Null C string pointers do not match and therefore pass assert_not_match.