| 11571 | } |
| 11572 | |
| 11573 | StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator ) |
| 11574 | : m_comparator( comparator ), |
| 11575 | m_operation( operation ) { |
| 11576 | } |
| 11577 | |
| 11578 | std::string StringMatcherBase::describe() const { |
| 11579 | std::string description; |
nothing calls this directly
no outgoing calls
no test coverage detected