Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_run_context.h111 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr );
Dcatch_run_context.cpp115 runCurrentTest(redirectedCout, redirectedCerr); in runTest()
319 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() function in Catch::RunContext
/external/catch2/single_include/catch2/
Dcatch.hpp6212 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr );
10344 runCurrentTest(redirectedCout, redirectedCerr); in runTest()
10548 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() function in Catch::RunContext
/external/bcc/tests/cc/
Dcatch.hpp5905 runCurrentTest( redirectedCout, redirectedCerr ); in runTest()
6066 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr ) { in runCurrentTest() function in Catch::RunContext