| 10383 | }; |
| 10384 | |
| 10385 | TEST_F(BaseTest, HasFoo) { |
| 10386 | // This is an ordinary non-parameterized test. |
| 10387 | } |
| 10388 | |
| 10389 | TEST_P(DerivedTest, DoesBlah) { |
| 10390 | // GetParam works just the same here as if you inherit from TestWithParam. |
nothing calls this directly
no outgoing calls
no test coverage detected