| 328 | protected: |
| 329 | HasPositiveAreaTest() = default; |
| 330 | virtual void SetUp() { |
| 331 | auto param = GetParam(); |
| 332 | p = {std::get<0>(param), std::get<1>(param)}; |
| 333 | } |
| 334 | |
| 335 | iPoint2D p; |
| 336 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected