Home | History | Annotate | Download | only in test

Lines Matching refs:GetTestTypeId

168 using testing::internal::GetTestTypeId;
281 EXPECT_NE(GetTypeId<int>(), GetTestTypeId());
282 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId());
283 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId());
287 // Verifies that GetTestTypeId() returns the same value, no matter it
290 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId());