Searched refs:TestInvokerAsMethod (Results 1 – 1 of 1) sorted by relevance
939 class TestInvokerAsMethod : public ITestInvoker { class942 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function in Catch::TestInvokerAsMethod954 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()