Searched refs:runCurrentTest (Results 1 – 5 of 5) sorted by relevance
/external/catch2/include/internal/ |
D | catch_run_context.h | 115 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr );
|
D | catch_run_context.cpp | 115 runCurrentTest(redirectedCout, redirectedCerr); in runTest() 328 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() function in Catch::RunContext
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5905 runCurrentTest( redirectedCout, redirectedCerr ); in runTest() 6066 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr ) { in runCurrentTest() function in Catch::RunContext
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 8100 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr ); 12555 runCurrentTest(redirectedCout, redirectedCerr); in runTest() 12768 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() function in Catch::RunContext
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 8155 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr ); 12698 runCurrentTest(redirectedCout, redirectedCerr); in runTest() 12911 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() function in Catch::RunContext
|