| 9253 | } |
| 9254 | |
| 9255 | StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator ) |
| 9256 | : m_comparator( comparator ), |
| 9257 | m_operation( operation ) { |
| 9258 | } |
| 9259 | |
| 9260 | std::string StringMatcherBase::describe() const { |
| 9261 | std::string description; |
nothing calls this directly
no outgoing calls
no test coverage detected