Searched defs:TestInvokerAsMethod (Results 1 – 2 of 2) sorted by relevance
25 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function
816 class TestInvokerAsMethod : public ITestInvoker { class819 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function in Catch::TestInvokerAsMethod