Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_testcase.cpp5 ITestCaseRegistry::~ITestCaseRegistry() = default;
Dcatch_interfaces_testcase.h25 struct ITestCaseRegistry { struct
26 virtual ~ITestCaseRegistry();
Dcatch_interfaces_registry_hub.h19 struct ITestCaseRegistry;
35 virtual ITestCaseRegistry const& getTestCaseRegistry() const = 0;
Dcatch_registry_hub.cpp32 ITestCaseRegistry const& getTestCaseRegistry() const override { in getTestCaseRegistry()
Dcatch_test_case_registry_impl.h35 class TestRegistry : public ITestCaseRegistry {
/external/bcc/tests/cc/
Dcatch.hpp620 struct ITestCaseRegistry { struct
621 virtual ~ITestCaseRegistry();
2523 struct ITestCaseRegistry;
2533 virtual ITestCaseRegistry const& getTestCaseRegistry() const = 0;
6475 class TestRegistry : public ITestCaseRegistry {
6696 virtual ITestCaseRegistry const& getTestCaseRegistry() const CATCH_OVERRIDE { in getTestCaseRegistry()
10205 ITestCaseRegistry::~ITestCaseRegistry() {} in ~ITestCaseRegistry()
/external/catch2/single_include/catch2/
Dcatch.hpp573 struct ITestCaseRegistry { struct
574 virtual ~ITestCaseRegistry();
2927 struct ITestCaseRegistry;
2943 virtual ITestCaseRegistry const& getTestCaseRegistry() const = 0;
11058 ITestCaseRegistry::~ITestCaseRegistry() = default;
12173 class TestRegistry : public ITestCaseRegistry {
12335 ITestCaseRegistry const& getTestCaseRegistry() const override { in getTestCaseRegistry()
/external/libabigail/tests/lib/
Dcatch.hpp576 struct ITestCaseRegistry { struct
577 virtual ~ITestCaseRegistry();
2949 struct ITestCaseRegistry;
2965 virtual ITestCaseRegistry const& getTestCaseRegistry() const = 0;
11120 ITestCaseRegistry::~ITestCaseRegistry() = default;
12235 class TestRegistry : public ITestCaseRegistry {
12399 ITestCaseRegistry const& getTestCaseRegistry() const override { in getTestCaseRegistry()