Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp12162 class TestInvokerAsFunction : public ITestInvoker { class
12165 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;
14033TestInvokerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunctio… in TestInvokerAsFunction() function in Catch::TestInvokerAsFunction
14035 void TestInvokerAsFunction::invoke() const { in invoke()
14294 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()