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