| 11724 | } |
| 11725 | |
| 11726 | StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator ) |
| 11727 | : m_comparator( comparator ), |
| 11728 | m_operation( operation ) { |
| 11729 | } |
| 11730 | |
| 11731 | std::string StringMatcherBase::describe() const { |
| 11732 | std::string description; |
nothing calls this directly
no outgoing calls
no test coverage detected