Home
last modified time | relevance | path

Searched refs:ITestCaseRegistry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp557 struct ITestCaseRegistry { struct
558 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()