Home
last modified time | relevance | path

Searched refs:isThrowSafe (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_test_case_registry_impl.cpp41 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe() function
46 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()
H A Dcatch_interfaces_testcase.h31 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_case_registry_impl.h27 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_spec.cpp88 if( isThrowSafe( test, config ) && filter.matches( test ) ) in matchesByFilter()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_test_case_registry_impl.cpp92 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe() function
97 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()
H A Dcatch_interfaces_testcase.h31 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_case_registry_impl.h27 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_spec.cpp88 if( isThrowSafe( test, config ) && filter.matches( test ) ) in matchesByFilter()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_test_case_registry_impl.cpp92 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe() function
97 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()
H A Dcatch_interfaces_testcase.h31 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_case_registry_impl.h27 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_spec.cpp88 if( isThrowSafe( test, config ) && filter.matches( test ) ) in matchesByFilter()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_case_registry_impl.cpp96 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe() function
101 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()
H A Dcatch_interfaces_testcase.h31 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_case_registry_impl.h27 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_spec.cpp88 if( isThrowSafe( test, config ) && filter.matches( test ) ) in matchesByFilter()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_case_registry_impl.cpp96 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe() function
101 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()
H A Dcatch_interfaces_testcase.h31 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_case_registry_impl.h27 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_spec.cpp88 if( isThrowSafe( test, config ) && filter.matches( test ) ) in matchesByFilter()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_test_case_registry_impl.cpp96 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe() function
101 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()
H A Dcatch_interfaces_testcase.h31 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_case_registry_impl.h27 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
H A Dcatch_test_spec.cpp88 if( isThrowSafe( test, config ) && filter.matches( test ) ) in matchesByFilter()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/tests/cpp/tests/vendor/
H A Dcatch.hpp590 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
12227 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
14160 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe() function
14165 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()
14574 if( isThrowSafe( test, config ) && filter.matches( test ) ) in matchesByFilter()

123