Home | History | Annotate | Download | only in test

Lines Matching refs:AnotherSubClassOfTest

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