| 11642 | } |
| 11643 | |
| 11644 | StdString::RegexMatcher Matches(std::string const& regex, CaseSensitive::Choice caseSensitivity) { |
| 11645 | return StdString::RegexMatcher(regex, caseSensitivity); |
| 11646 | } |
| 11647 | |
| 11648 | } // namespace Matchers |
| 11649 | } // namespace Catch |
nothing calls this directly
no test coverage detected