Assertion: Add Regex assert for string #85
Labels
documentation
Improvements or additions to documentation
feature
New feature or request
impact-plugins
Change that have an impact on ide plugins
Could be useful for integration testing when you have no control over logic preparing the string and exists some parts that are not deterministic.
Api example:
CLOVE_STRING_REGEX(expected_with_regex, actual)
If expected_with_regex doesn't contain any regex, this should behave like CLOVE_STRING_EQ.
Related to #44
The text was updated successfully, but these errors were encountered: