Home
last modified time | relevance | path

Searched refs:GetTestTypeId (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc249 using testing::internal::GetTestTypeId;
358 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST()
359 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST()
360 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()
367 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId()); in TEST()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h431 GTEST_API_ TypeId GetTestTypeId();
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h2187 ::testing::internal::GetTestTypeId())
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc988 TypeId GetTestTypeId() { return GetTypeId<Test>(); } in GetTestTypeId() function
992 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2546 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2548 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()