Home
last modified time | relevance | path

Searched refs:matchTest (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_case_registry_impl.cpp39 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest() function
58 if( matchTest( testCase, testSpec, config ) ) in filterTests()
Dcatch_interfaces_testcase.h31 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
Dcatch_test_case_registry_impl.h26 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
Dcatch_session.cpp75 if (!context.aborting() && matchTest(testCase, testSpec, *config)) in runTests()
/external/bcc/tests/cc/
Dcatch.hpp626 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
6252 if( !context.aborting() && matchTest( *it, testSpec, *iconfig ) ) in runTests()
6440 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest() function
6467 if( matchTest( *it, testSpec, config ) ) in filterTests()
/external/catch2/single_include/catch2/
Dcatch.hpp500 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
9959 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
10902 if (!context.aborting() && matchTest(testCase, testSpec, *config)) in runTests()
11786 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest() function
11805 if( matchTest( testCase, testSpec, config ) ) in filterTests()