Home | History | Annotate | Download | only in gtest

Lines Matching refs:GetParam

69   // Inside a test, access the test parameter with the GetParam() method
71 EXPECT_TRUE(foo.Blah(GetParam()));
176 // GetParam works just the same here as if you inherit from TestWithParam.
177 EXPECT_TRUE(foo.Blah(GetParam()));
1215 // external_flag = GetParam();
1263 // tie(external_flag_1, external_flag_2) = GetParam();