| 72 | |
| 73 | using ContainerFunctionParamsTest = testing::TestWithParam<TestCase>; |
| 74 | TEST_P(ContainerFunctionParamsTest, StandardFunctions) { |
| 75 | ExpectResult(GetParam()); |
| 76 | } |
| 77 | |
| 78 | INSTANTIATE_TEST_SUITE_P( |
| 79 | ContainerFunctionParamsTest, ContainerFunctionParamsTest, |
nothing calls this directly
no test coverage detected