| 9065 | } |
| 9066 | |
| 9067 | StringMatcherBase::StringMatcherBase( std::string operation, CasedString const& comparator ) |
| 9068 | : m_comparator( comparator ), |
| 9069 | m_operation( operation ) { |
| 9070 | } |
| 9071 | |
| 9072 | std::string StringMatcherBase::describe() const { |
| 9073 | std::string description; |
nothing calls this directly
no outgoing calls
no test coverage detected