| 11715 | } |
| 11716 | |
| 11717 | StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator ) |
| 11718 | : m_comparator( comparator ), |
| 11719 | m_operation( operation ) { |
| 11720 | } |
| 11721 | |
| 11722 | std::string StringMatcherBase::describe() const { |
| 11723 | std::string description; |
nothing calls this directly
no outgoing calls
no test coverage detected