Searched refs:GetTestCaseTypeId (Results 1 – 1 of 1) sorted by relevance
473 virtual TypeId GetTestCaseTypeId() const = 0;512 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() function587 GetTestCaseTypeId(), in RegisterTests()683 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()