Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_registry.cpp15 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
16 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()
Dcatch_test_case_registry_impl.cpp96 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument
Dcatch_test_case_registry_impl.h55 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;
Dcatch_test_registry.h33 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;
/external/catch2/single_include/catch2/
Dcatch.hpp827 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;
10015 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;
11877 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument
12136 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
12137 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()