| 3062 | return true; |
| 3063 | } |
| 3064 | virtual std::string describe() const CATCH_OVERRIDE { |
| 3065 | return "Equals: " + Catch::toString( m_comparator ); |
| 3066 | } |
| 3067 | std::vector<T> const& m_comparator; |
| 3068 | }; |
| 3069 |
nothing calls this directly
no test coverage detected