Home
last modified time | relevance | path

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

/freebsd-head/contrib/bsnmp/tests/
HDcatch.hpp549 struct ITestInvoker { struct
551 virtual ~ITestInvoker();
939 class TestInvokerAsMethod : public ITestInvoker {
950 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;
953 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker()
964 …AutoReg( ITestInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrMethod, Na…
4711 struct ITestInvoker;
4751 TestCase( ITestInvoker* testCase, TestCaseInfo&& info );
4763 std::shared_ptr<ITestInvoker> test;
4766 TestCase makeTestCase( ITestInvoker* testCase,
[all …]