Home
last modified time | relevance | path

Searched refs:allTestCases (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_session.cpp73 auto const& allTestCases = getAllTestCasesSorted(*config); in runTests() local
74 for (auto const& testCase : allTestCases) { in runTests()
/external/bcc/tests/cc/
Dcatch.hpp6248 std::vector<TestCase> const& allTestCases = getAllTestCasesSorted( *iconfig ); in runTests() local
6249 … for( std::vector<TestCase>::const_iterator it = allTestCases.begin(), itEnd = allTestCases.end(); in runTests()
/external/catch2/single_include/catch2/
Dcatch.hpp10900 auto const& allTestCases = getAllTestCasesSorted(*config); in runTests() local
10901 for (auto const& testCase : allTestCases) { in runTests()