MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / OnTestStart

Method OnTestStart

rtpose_wrapper/src/gtest/gtest-all.cpp:4074–4079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4072}
4073
4074void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) {
4075 ColoredPrintf(COLOR_GREEN, "[ RUN ] ");
4076 PrintTestName(test_case_name_.c_str(), test_info.name());
4077 printf("\n");
4078 fflush(stdout);
4079}
4080
4081// Called after an assertion failure.
4082void PrettyUnitTestResultPrinter::OnTestPartResult(

Callers 1

RunMethod · 0.45

Calls 1

ColoredPrintfFunction · 0.85

Tested by

no test coverage detected