Searched refs:AnotherSubClassOfTest (Results 1 – 2 of 2) sorted by relevance
276 class AnotherSubClassOfTest : public Test {}; class283 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()284 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTypeId<SubClassOfTest>()); in TEST()
362 class AnotherSubClassOfTest : public Test {}; class369 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()370 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTypeId<SubClassOfTest>()); in TEST()