Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_registry_impl.cpp21 …ctor<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestCases ) { in sortTests() argument
23 std::vector<TestCase> sorted = unsortedTestCases; in sortTests()
Dcatch_test_case_registry_impl.h25 …ector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestCases );
/external/catch2/single_include/catch2/
Dcatch.hpp9958 …ector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestCases );
11768 …ctor<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestCases ) { in sortTests() argument
11770 std::vector<TestCase> sorted = unsortedTestCases; in sortTests()
/external/bcc/tests/cc/
Dcatch.hpp6418 …ctor<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestCases ) { in sortTests() argument
6420 std::vector<TestCase> sorted = unsortedTestCases; in sortTests()