| 7917 | } |
| 7918 | |
| 7919 | StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator ) |
| 7920 | : m_comparator( comparator ), |
| 7921 | m_operation( operation ) { |
| 7922 | } |
| 7923 | |
| 7924 | std::string StringMatcherBase::describe() const { |
| 7925 | std::string description; |
nothing calls this directly
no outgoing calls
no test coverage detected