Searched refs:TestInvokerAsMethod (Results 1 – 3 of 3) sorted by relevance
21 class TestInvokerAsMethod : public ITestInvoker {24 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function36 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
955 class TestInvokerAsMethod : public ITestInvoker { class958 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function in Catch::TestInvokerAsMethod970 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
958 class TestInvokerAsMethod : public ITestInvoker { class961 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function in Catch::TestInvokerAsMethod973 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()