| 3038 | return true; |
| 3039 | } |
| 3040 | virtual std::string describe() const CATCH_OVERRIDE { |
| 3041 | return "Contains: " + Catch::toString( m_comparator ); |
| 3042 | } |
| 3043 | |
| 3044 | std::vector<T> const& m_comparator; |
| 3045 | }; |
nothing calls this directly
no test coverage detected