Searched refs:GetTestTypeId (Results 1 – 4 of 4) sorted by relevance
419 GTEST_API_ TypeId GetTestTypeId();
594 TypeId GetTestTypeId() { in GetTestTypeId() function600 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();1946 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()1948 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
257 using testing::internal::GetTestTypeId;370 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST()371 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST()372 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()379 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId()); in TEST()
2206 ::testing::Test, ::testing::internal::GetTestTypeId())