| 10379 | }; |
| 10380 | |
| 10381 | class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> { |
| 10382 | // The usual test fixture members go here too. |
| 10383 | }; |
| 10384 | |
| 10385 | TEST_F(BaseTest, HasFoo) { |
| 10386 | // This is an ordinary non-parameterized test. |
nothing calls this directly
no outgoing calls
no test coverage detected