Home
last modified time | relevance | path

Searched refs:testAsMethod (Results 1 – 25 of 94) sorted by relevance

1234

/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_test_registry.h22 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
33 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* {
34 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_test_registry.h24 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
35 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* {
36 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_test_registry.h24 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
35 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* {
36 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_registry.h24 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
35 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* {
36 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_registry.h24 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
35 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* {
36 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_test_registry.h24 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
35 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* {
36 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_test_registry.h24 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
35 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* {
36 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
/dports/x11-toolkits/scintilla/scintilla/test/unit/
H A Dcatch.hpp394 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
405 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
406 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/cad/librepcb/librepcb-0.1.6/libs/optional/tests/
H A Dcatch.hpp394 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
405 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
406 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/editors/textadept/scintilla/test/unit/
H A Dcatch.hpp394 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
405 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
406 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/devel/tl-expected/expected-1.0.0/tests/
H A Dcatch.hpp394 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
405 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
406 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/tests/catch/
H A Dcatch.hpp394 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
405 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
406 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/devel/libopentracing/opentracing-cpp-1.6.0/3rd_party/include/opentracing/catch2/
H A Dcatch.hpp394 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
405 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
406 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/editors/scite/scintilla/test/unit/
H A Dcatch.hpp394 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
405 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
406 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/ghc_filesystem/test/
H A Dcatch.hpp556 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
567 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
568 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/catch/catch2/
H A Dcatch.hpp532 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
543 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
544 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/finance/chiapos/chiapos-1.0.3/src-ext/gulrak/test/
H A Dcatch.hpp556 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
567 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
568 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/science/qiskit-aer/qiskit-aer-0.5.2/test/third-party/
H A Dcatch.hpp532 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
543 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
544 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/science/py-segyio/segyio-1.9.8/external/catch2/catch/
H A Dcatch.hpp504 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
515 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
516 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dcatch.hpp488 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
499 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
500 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dcatch.hpp597 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
608 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
609 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/single_include/
H A Dcatch.hpp488 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
499 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
500 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/science/segyio/segyio-1.9.8/external/catch2/catch/
H A Dcatch.hpp504 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
515 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
516 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/textproc/cpp-peglib/cpp-peglib-1.3.7/test/
H A Dcatch.hh488 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
499 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
500 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()
/dports/lang/chaiscript/ChaiScript-6.1.0/unittests/
H A Dcatch.hpp488 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() argument
499 auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
500 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod ); in makeTestInvoker()

1234