MCPcopy Create free account
hub / github.com/apache/singa / OnTestStart

Method OnTestStart

test/gtest/gtest-all.cc:4258–4263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4256}
4257
4258void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) {
4259 ColoredPrintf(COLOR_GREEN, "[ RUN ] ");
4260 PrintTestName(test_info.test_case_name(), test_info.name());
4261 printf("\n");
4262 fflush(stdout);
4263}
4264
4265// Called after an assertion failure.
4266void PrettyUnitTestResultPrinter::OnTestPartResult(

Callers 1

RunMethod · 0.45

Calls 2

ColoredPrintfFunction · 0.85
nameMethod · 0.80

Tested by

no test coverage detected