| 7840 | } |
| 7841 | |
| 7842 | StringMatcherBase::StringMatcherBase(std::string const &operation, CasedString const &comparator) |
| 7843 | : m_comparator(comparator), m_operation(operation) { |
| 7844 | } |
| 7845 | |
| 7846 | std::string StringMatcherBase::describe() const { |
| 7847 | std::string description; |
nothing calls this directly
no outgoing calls
no test coverage detected