Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_registry.h21 class TestInvokerAsMethod : public ITestInvoker {
24 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function
36 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
/external/catch2/single_include/catch2/
Dcatch.hpp955 class TestInvokerAsMethod : public ITestInvoker { class
958 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function in Catch::TestInvokerAsMethod
970 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/external/libabigail/tests/lib/
Dcatch.hpp958 class TestInvokerAsMethod : public ITestInvoker { class
961 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function in Catch::TestInvokerAsMethod
973 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()