| 10272 | // lifespan of the pointed values. |
| 10273 | |
| 10274 | class FooTest : public ::testing::TestWithParam<const char*> { |
| 10275 | // You can implement all the usual class fixture members here. |
| 10276 | }; |
| 10277 | |
| 10278 | // Then, use the TEST_P macro to define as many parameterized tests |
| 10279 | // for this fixture as you want. The _P suffix is for "parameterized" |
nothing calls this directly
no outgoing calls
no test coverage detected