Home
last modified time | relevance | path

Searched defs:makeTestInvoker (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_registry.cpp15 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() function
/external/catch2/single_include/catch2/
Dcatch.hpp969 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() function
14324 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() function
/external/libabigail/tests/lib/
Dcatch.hpp972 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() function
14529 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() function