| 12884 | } |
| 12885 | |
| 12886 | StringMatcherBase::StringMatcherBase(std::string const& operation, CasedString const& comparator) |
| 12887 | : m_comparator(comparator) |
| 12888 | , m_operation(operation) |
| 12889 | { |
| 12890 | } |
| 12891 | |
| 12892 | std::string StringMatcherBase::describe() const |
| 12893 | { |
nothing calls this directly
no outgoing calls
no test coverage detected