Home | History | Annotate | Download | only in test

Lines Matching refs:AnotherSubClassOfTest

272 class AnotherSubClassOfTest : public Test {};
279 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId());
280 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTypeId<SubClassOfTest>());