Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp939 class TestInvokerAsMethod : public ITestInvoker { class
942 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function in Catch::TestInvokerAsMethod
954 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()