#include <catch.hpp>

Public Member Functions | |
| std::string | describe () const override |
| bool | match (std::string const &matchee) const override |
| RegexMatcher (std::string regex, CaseSensitive::Choice caseSensitivity) | |
Private Attributes | |
| CaseSensitive::Choice | m_caseSensitivity |
| std::string | m_regex |
| Catch::Matchers::StdString::RegexMatcher::RegexMatcher | ( | std::string | regex, |
| CaseSensitive::Choice | caseSensitivity | ||
| ) |
|
override |
|
override |
|
private |
|
private |