Home | History | Annotate | Download | only in test

Lines Matching refs:GetTestTypeId

157 using testing::internal::GetTestTypeId;
258 EXPECT_NE(GetTypeId<int>(), GetTestTypeId());
259 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId());
260 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId());
264 // Verifies that GetTestTypeId() returns the same value, no matter it
267 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId());