Searched refs:ITestCaseRegistry (Results 1 – 1 of 1) sorted by relevance
557 struct ITestCaseRegistry { struct558 virtual ~ITestCaseRegistry();2911 struct ITestCaseRegistry;2927 virtual ITestCaseRegistry const& getTestCaseRegistry() const = 0;11010 ITestCaseRegistry::~ITestCaseRegistry() = default;12143 class TestRegistry : public ITestCaseRegistry {12305 ITestCaseRegistry const& getTestCaseRegistry() const override { in getTestCaseRegistry()