Home | History | Annotate | Download | only in gtest

Lines Matching refs:BaseTest

162 class BaseTest : public ::testing::Test {
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
171 TEST_F(BaseTest, HasFoo) {