Lines Matching refs:AnotherSubClassOfTest
249 class AnotherSubClassOfTest : public Test {};256 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId());257 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTypeId<SubClassOfTest>());