Home
last modified time | relevance | path

Searched refs:sortTests (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_case_registry_impl.cpp21 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC… in sortTests() function
84 m_sortedFunctions = sortTests( config, m_functions ); in getAllTestsSorted()
Dcatch_test_case_registry_impl.h25 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC…
/external/catch2/single_include/catch2/
Dcatch.hpp9958 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC…
11768 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC… in sortTests() function
11831 m_sortedFunctions = sortTests( config, m_functions ); in getAllTestsSorted()
/external/bcc/tests/cc/
Dcatch.hpp6418 …inline std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsort… in sortTests() function
6501 m_sortedFunctions = sortTests( config, m_functions ); in getAllTestsSorted()