| 3345 | |
| 3346 | template<typename T> |
| 3347 | Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) { |
| 3348 | return Vector::EqualsMatcher<T>( comparator ); |
| 3349 | } |
| 3350 | |
| 3351 | template<typename T> |
| 3352 | Vector::ApproxMatcher<T> Approx( std::vector<T> const& comparator ) { |
no test coverage detected