| 211 | |
| 212 | using MathExtParamsTest = testing::TestWithParam<TestCase>; |
| 213 | TEST_P(MathExtParamsTest, MinMaxTests) { ExpectResult(GetParam()); } |
| 214 | |
| 215 | INSTANTIATE_TEST_SUITE_P( |
| 216 | MathExtParamsTest, MathExtParamsTest, |
nothing calls this directly
no test coverage detected