| 52 | using IntTestCase = TestCase<int64_t>; |
| 53 | using CheckedIntResultTest = testing::TestWithParam<IntTestCase>; |
| 54 | TEST_P(CheckedIntResultTest, IntOperations) { ExpectResult(GetParam()); } |
| 55 | |
| 56 | INSTANTIATE_TEST_SUITE_P( |
| 57 | CheckedIntMathTest, CheckedIntResultTest, |
nothing calls this directly
no test coverage detected