Home | History | Annotate | Download | only in test

Lines Matching refs:GetTestTypeId

257 using testing::internal::GetTestTypeId;
370 EXPECT_NE(GetTypeId<int>(), GetTestTypeId());
371 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId());
372 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId());
376 // Verifies that GetTestTypeId() returns the same value, no matter it
379 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId());