| 8048 | } |
| 8049 | |
| 8050 | StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator ) |
| 8051 | : m_comparator( comparator ), |
| 8052 | m_operation( operation ) { |
| 8053 | } |
| 8054 | |
| 8055 | std::string StringMatcherBase::describe() const { |
| 8056 | std::string description; |
nothing calls this directly
no outgoing calls
no test coverage detected